COLOR #BB692D

HEX: #BB692D
RGB: (187,105,45)

Color info

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

RGB color model

#BB692D color RGB value is (187,105,45).

  • red value is 187;
  • green value is 105;
  • blue value is 45.
RGB:
(187,105,45)
(73%,41%,18%)

RGB channels and saturation

R 187 of 255 = 73%
G 105 of 255 = 41%
B 45 of 255 = 18%

187
105
45

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

Portions of RGB colors in percentages

R + G + B =
187 + 105 + 45 = 337 (100%)
R 187 of 337 ~ 55.49%
G 105 of 337 ~ 31.16%
B 45 of 337 ~ 13.35%

%55.49
%31.16
%13.35

CMYK color model

#BB692D color CMYK value is (0,44,76,27).

  • cyan value is 0.00%
  • magenta value is 43.85%
  • yellow value is 75.94%
  • key color value is 26.67%
CMYK:
(0,44,76,27)
C0M44Y76K27 
(0%,44%,76%,27%)
(0.00/0.44/0.76/0.27)	

CMYK percentages

%0
%43.85
%75.94
%26.67

Codes

Color #BB692D in popluar color models

BB692D
RGB18710545
HSL25°61.21%45.49%
HSB/HSV25°75.94%73.33%
CMYK0.00%43.85%75.94%
26.67%

Color #BB692D in popluar number systems.

HEXBB692D
Decimal18710545
Binary101110111101001101101
Octal27315155

Shades and tints

Shades of #BB692D

#BB692D
(187,105,45)
#AA6029
(170,96,41)
#995725
(153,87,37)
#884E21
(136,78,33)
#77451D
(119,69,29)
#663C19
(102,60,25)
#553315
(85,51,21)
#442A11
(68,42,17)
#33210D
(51,33,13)
#221809
(34,24,9)
#110F05
(17,15,5)
#000000
(0,0,0)

Tints of #BB692D

#BB692D
(187,105,45)
#C17640
(193,118,64)
#C78353
(199,131,83)
#CD9066
(205,144,102)
#D39D79
(211,157,121)
#D9AA8C
(217,170,140)
#DFB79F
(223,183,159)
#E5C4B2
(229,196,178)
#EBD1C5
(235,209,197)
#F1DED8
(241,222,216)
#F7EBEB
(247,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB692D color. Also use rgb(187,105,45) instead hex code.

Text Font Color

.myTextColor { color: #BB692D; }

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

This text font color is #BB692D.


Background Color

.myBgColor { background-color: #BB692D; }

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

This div background color is #BB692D.


Border color

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

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

This div border color is #BB692D.


Opacity

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

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

Text with #BB692D 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 #BB692D;}

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

This text has shadow with #BB692D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB692D on black background.


Color preview on white background

This text has color #BB692D on white background.



Black color preview on #BB692D background

This text has black color on #BB692D background.


White color preview on #BB692D background

This text has white color on #BB692D background.