Html Css Color HEX #BBB56C Dark Khaki

📋 copy color: '#BBB56C'

red 187 ◦ green 181 ◦ blue 108

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

Shades of Dark Khaki #BBB56C

Tints of Dark Khaki #BBB56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 39.29%
G = 38.03%
B = 22.69%

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

#BBB56C (or 0xBBB56C) is known color: Dark Khaki. HEX triplet: BB, B5 and 6C. RGB value is (187,181,108). Sum of RGB (Red+Green+Blue) = 187+181+108=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB56C is #444A93. Grayscale: #AEAEAE. Windows color (decimal): -4475540 or 7124411. OLE color: 7124411.

HSL color Cylindrical-coordinate representation of color #BBB56C: hue angle of 55.44º degrees, saturation: 0.37, 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 #BBB56C is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 108 -
CMYK 0 0.03 0.42 0.27
HSL 55.44º 0.37% 0.58% -
HSV(B) 55.44º 0.42% 0.73% -
XYZ 39.72 44.7 20.72 -
YUV 174.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 187 181 108 0 0.03 0.42 0.27 55.44 0.37 0.58
Hex BB B5 6C 0 3 2A 1B 37 25 3A
Octal 273 265 154 0 3 52 33 67 45 72
Binary 10111011 10110101 1101100 0 11 101010 11011 110111 100101 111010

Color Harmonies of #BBB56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB56C

Black with #BBB56C

Text Example


Text Example

White with #BBB56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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