Html Css Color HEX #BBB966 Dark Khaki

📋 copy color: '#BBB966'

red 187 ◦ green 185 ◦ blue 102

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

Shades of Dark Khaki #BBB966

Tints of Dark Khaki #BBB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 39.45%
G = 39.03%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBB966 (or 0xBBB966) is known color: Dark Khaki. HEX triplet: BB, B9 and 66. RGB value is (187,185,102). Sum of RGB (Red+Green+Blue) = 187+185+102=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB966 is #444699. Grayscale: #B0B0B0. Windows color (decimal): -4474522 or 6732219. OLE color: 6732219.

HSL color Cylindrical-coordinate representation of color #BBB966: hue angle of 58.59º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBB966 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 102 -
CMYK 0 0.01 0.45 0.27
HSL 58.59º 0.38% 0.57% -
HSV(B) 58.59º 0.45% 0.73% -
XYZ 40.24 46.22 19.37 -
YUV 176.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 187 185 102 0 0.01 0.45 0.27 58.59 0.38 0.57
Hex BB B9 66 0 1 2D 1B 3B 26 39
Octal 273 271 146 0 1 55 33 73 46 71
Binary 10111011 10111001 1100110 0 1 101101 11011 111011 100110 111001

Color Harmonies of #BBB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB966

Black with #BBB966

Text Example


Text Example

White with #BBB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB966; }

 p { color: rgb(187,185,102); }

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

background-color css

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

 a { background-color: rgb(187,185,102); }

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

border-color css

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

 span { border-color: rgb(187,185,102); }

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