Html Css Color HEX #BBB66C Dark Khaki

📋 copy color: '#BBB66C'

red 187 ◦ green 182 ◦ blue 108

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

Shades of Dark Khaki #BBB66C

Tints of Dark Khaki #BBB66C

RGB

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

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

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

R = 39.2%
G = 38.16%
B = 22.64%

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

#BBB66C (or 0xBBB66C) is known color: Dark Khaki. HEX triplet: BB, B6 and 6C. RGB value is (187,182,108). Sum of RGB (Red+Green+Blue) = 187+182+108=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB66C is #444993. Grayscale: #AFAFAF. Windows color (decimal): -4475284 or 7124667. OLE color: 7124667.

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

Color convert

RGB 187 182 108 -
CMYK 0 0.03 0.42 0.27
HSL 56.2º 0.37% 0.58% -
HSV(B) 56.2º 0.42% 0.73% -
XYZ 39.93 45.1 20.79 -
YUV 175.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 187 182 108 0 0.03 0.42 0.27 56.2 0.37 0.58
Hex BB B6 6C 0 3 2A 1B 38 25 3A
Octal 273 266 154 0 3 52 33 70 45 72
Binary 10111011 10110110 1101100 0 11 101010 11011 111000 100101 111010

Color Harmonies of #BBB66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB66C

Black with #BBB66C

Text Example


Text Example

White with #BBB66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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