Html Css Color HEX #BBB56D Dark Khaki

📋 copy color: '#BBB56D'

red 187 ◦ green 181 ◦ blue 109

#BBB56D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BBB56D

Tints of Dark Khaki #BBB56D

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

 GREEN value IS 181 (71.09% from 255) = 37.95%

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 39.2%
G = 37.95%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBB56D (or 0xBBB56D) is known color: Dark Khaki. HEX triplet: BB, B5 and 6D. RGB value is (187,181,109). Sum of RGB (Red+Green+Blue) = 187+181+109=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB56D is #444A92. Grayscale: #AEAEAE. Windows color (decimal): -4475539 or 7189947. OLE color: 7189947.

HSL color Cylindrical-coordinate representation of color #BBB56D: hue angle of 55.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBB56D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 109 -
CMYK 0 0.03 0.42 0.27
HSL 55.38º 0.36% 0.58% -
HSV(B) 55.38º 0.42% 0.73% -
XYZ 39.78 44.72 21 -
YUV 174.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 187 181 109 0 0.03 0.42 0.27 55.38 0.36 0.58
Hex BB B5 6D 0 3 2A 1B 37 24 3A
Octal 273 265 155 0 3 52 33 67 44 72
Binary 10111011 10110101 1101101 0 11 101010 11011 110111 100100 111010

Color Harmonies of #BBB56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB56D

Black with #BBB56D

Text Example


Text Example

White with #BBB56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB56D; }

 p { color: rgb(187,181,109); }

 H1.HeaderClassName
 {
   color: #BBB56D;
 }
 .AnyTagClassName
 {
   color: #BBB56D;
 }
</style>

background-color css

<style>
 a { background-color: #BBB56D; }

 a { background-color: rgb(187,181,109); }

 div.DivClassName
 {
   background-color: #BBB56D;
 }
 .BgClassName
 {
   background-color: #BBB56D;
 }
</style>

border-color css

<style>
 span { border-color: #BBB56D; }

 span { border-color: rgb(187,181,109); }

 td.TdClassName
 {
   border-color: #BBB56D;
 }
 .TagClassName
 {
   border-color: #BBB56D;
 }
</style>