COLOR #B7694B

HEX: #B7694B
RGB: (183,105,75)

Color info

#B7694B contains mainly red color. Web safe color of #B7694B is #CC6633 (or #C63).

RGB color model

#B7694B color RGB value is (183,105,75).

  • red value is 183;
  • green value is 105;
  • blue value is 75.
RGB:
(183,105,75)
(72%,41%,29%)

RGB channels and saturation

R 183 of 255 = 72%
G 105 of 255 = 41%
B 75 of 255 = 29%

183
105
75

R + G + B ~ 47%. #B7694B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 105 + 75 = 363 (100%)
R 183 of 363 ~ 50.41%
G 105 of 363 ~ 28.93%
B 75 of 363 ~ 20.66%

%50.41
%28.93
%20.66

CMYK color model

#B7694B color CMYK value is (0,43,59,28).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 59.02%
  • key color value is 28.24%
CMYK:
(0,43,59,28)
C0M43Y59K28 
(0%,43%,59%,28%)
(0.00/0.43/0.59/0.28)	

CMYK percentages

%0
%42.62
%59.02
%28.24

Codes

Color #B7694B in popluar color models

B7694B
RGB18310575
HSL17°42.86%50.59%
HSB/HSV17°59.02%71.76%
CMYK0.00%42.62%59.02%
28.24%

Color #B7694B in popluar number systems.

HEXB7694B
Decimal18310575
Binary1011011111010011001011
Octal267151113

Shades and tints

Shades of #B7694B

#B7694B
(183,105,75)
#A76045
(167,96,69)
#97573F
(151,87,63)
#874E39
(135,78,57)
#774533
(119,69,51)
#673C2D
(103,60,45)
#573327
(87,51,39)
#472A21
(71,42,33)
#37211B
(55,33,27)
#271815
(39,24,21)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #B7694B

#B7694B
(183,105,75)
#BD765B
(189,118,91)
#C3836B
(195,131,107)
#C9907B
(201,144,123)
#CF9D8B
(207,157,139)
#D5AA9B
(213,170,155)
#DBB7AB
(219,183,171)
#E1C4BB
(225,196,187)
#E7D1CB
(231,209,203)
#EDDEDB
(237,222,219)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7694B color. Also use rgb(183,105,75) instead hex code.

Text Font Color

.myTextColor { color: #B7694B; }

<p style="color:#B7694B">This sample text font color is #B7694B.</p>

This text font color is #B7694B.


Background Color

.myBgColor { background-color: #B7694B; }

<div style="background-color:#B7694B">Inner text</div>

This div background color is #B7694B.


Border color

.myBorderColor { border: 1px solid #B7694B; }

<div style="border:3px solid #B7694B">Div</div>

This div border color is #B7694B.


Opacity

.myOpacity80 { color: #B7694B; opacity: 0.8; }

<p style="color:#B7694B;opacity:0.8;">80%</p>

Text with #B7694B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B7694B;}

<p style="text-shadow: 3px 3px 1px #B7694B">Text here.</p>

This text has shadow with #B7694B color.

.textShadow {text-shadow: 3px 3px 1px #B7694B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B7694B, 5px 5px 20px red">Text here.</p>

This text has shadow with #B7694B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B7694B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B7694B, Direction=45, Strength=4)">Text</p>

This text has shadow with #B7694B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B7694B;
  -webkit-box-shadow:	1px 1px 3px 2px #B7694B;
  box-shadow:		1px 1px 3px 2px #B7694B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B7694B;
-webkit-box-shadow: 1px 1px 3px 2px #B7694B;
box-shadow:1px 1px 3px 2px #B7694B;">
Div content here</div>
This div box has shadow with color #B7694B.

Preview

Color preview on black background

This text has color #B7694B on black background.


Color preview on white background

This text has color #B7694B on white background.



Black color preview on #B7694B background

This text has black color on #B7694B background.


White color preview on #B7694B background

This text has white color on #B7694B background.