Html Css Color HEX #BBB66D Dark Khaki

📋 copy color: '#BBB66D'

red 187 ◦ green 182 ◦ blue 109

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

Shades of Dark Khaki #BBB66D

Tints of Dark Khaki #BBB66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

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

R = 39.12%
G = 38.08%
B = 22.8%

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

#BBB66D (or 0xBBB66D) is known color: Dark Khaki. HEX triplet: BB, B6 and 6D. RGB value is (187,182,109). Sum of RGB (Red+Green+Blue) = 187+182+109=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB66D is #444992. Grayscale: #AFAFAF. Windows color (decimal): -4475283 or 7190203. OLE color: 7190203.

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

Color convert

RGB 187 182 109 -
CMYK 0 0.03 0.42 0.27
HSL 56.15º 0.36% 0.58% -
HSV(B) 56.15º 0.42% 0.73% -
XYZ 39.98 45.12 21.07 -
YUV 175.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 187 182 109 0 0.03 0.42 0.27 56.15 0.36 0.58
Hex BB B6 6D 0 3 2A 1B 38 24 3A
Octal 273 266 155 0 3 52 33 70 44 72
Binary 10111011 10110110 1101101 0 11 101010 11011 111000 100100 111010

Color Harmonies of #BBB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB66D

Black with #BBB66D

Text Example


Text Example

White with #BBB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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