Html Css Color HEX #BBB76C Dark Khaki

📋 copy color: '#BBB76C'

red 187 ◦ green 183 ◦ blue 108

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

Shades of Dark Khaki #BBB76C

Tints of Dark Khaki #BBB76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.28%

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

R = 39.12%
G = 38.28%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBB76C (or 0xBBB76C) is known color: Dark Khaki. HEX triplet: BB, B7 and 6C. RGB value is (187,183,108). Sum of RGB (Red+Green+Blue) = 187+183+108=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB76C is #444893. Grayscale: #AFAFAF. Windows color (decimal): -4475028 or 7124923. OLE color: 7124923.

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

Color convert

RGB 187 183 108 -
CMYK 0 0.02 0.42 0.27
HSL 56.96º 0.37% 0.58% -
HSV(B) 56.96º 0.42% 0.73% -
XYZ 40.13 45.51 20.86 -
YUV 175.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 187 183 108 0 0.02 0.42 0.27 56.96 0.37 0.58
Hex BB B7 6C 0 2 2A 1B 39 25 3A
Octal 273 267 154 0 2 52 33 71 45 72
Binary 10111011 10110111 1101100 0 10 101010 11011 111001 100101 111010

Color Harmonies of #BBB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB76C

Black with #BBB76C

Text Example


Text Example

White with #BBB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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