Html Css Color HEX #BBB866 Dark Khaki

📋 copy color: '#BBB866'

red 187 ◦ green 184 ◦ blue 102

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

Shades of Dark Khaki #BBB866

Tints of Dark Khaki #BBB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

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

R = 39.53%
G = 38.9%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBB866 (or 0xBBB866) is known color: Dark Khaki. HEX triplet: BB, B8 and 66. RGB value is (187,184,102). Sum of RGB (Red+Green+Blue) = 187+184+102=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB866 is #444799. Grayscale: #AFAFAF. Windows color (decimal): -4474778 or 6731963. OLE color: 6731963.

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

Color convert

RGB 187 184 102 -
CMYK 0 0.02 0.45 0.27
HSL 57.88º 0.38% 0.57% -
HSV(B) 57.88º 0.45% 0.73% -
XYZ 40.03 45.81 19.3 -
YUV 175.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 187 184 102 0 0.02 0.45 0.27 57.88 0.38 0.57
Hex BB B8 66 0 2 2D 1B 3A 26 39
Octal 273 270 146 0 2 55 33 72 46 71
Binary 10111011 10111000 1100110 0 10 101101 11011 111010 100110 111001

Color Harmonies of #BBB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB866

Black with #BBB866

Text Example


Text Example

White with #BBB866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB866; }

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

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

background-color css

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

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

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

border-color css

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

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

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