Html Css Color HEX #BBBA66 Dark Khaki

📋 copy color: '#BBBA66'

red 187 ◦ green 186 ◦ blue 102

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

Shades of Dark Khaki #BBBA66

Tints of Dark Khaki #BBBA66

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.16%

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

R = 39.37%
G = 39.16%
B = 21.47%

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

#BBBA66 (or 0xBBBA66) is known color: Dark Khaki. HEX triplet: BB, BA and 66. RGB value is (187,186,102). Sum of RGB (Red+Green+Blue) = 187+186+102=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA66 is #444599. Grayscale: #B1B1B1. Windows color (decimal): -4474266 or 6732475. OLE color: 6732475.

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

Color convert

RGB 187 186 102 -
CMYK 0 0.01 0.45 0.27
HSL 59.29º 0.38% 0.57% -
HSV(B) 59.29º 0.45% 0.73% -
XYZ 40.45 46.64 19.44 -
YUV 176.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 187 186 102 0 0.01 0.45 0.27 59.29 0.38 0.57
Hex BB BA 66 0 1 2D 1B 3B 26 39
Octal 273 272 146 0 1 55 33 73 46 71
Binary 10111011 10111010 1100110 0 1 101101 11011 111011 100110 111001

Color Harmonies of #BBBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA66

Black with #BBBA66

Text Example


Text Example

White with #BBBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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