Html Css Color HEX #BBB366 Dark Khaki

📋 copy color: '#BBB366'

red 187 ◦ green 179 ◦ blue 102

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

Shades of Dark Khaki #BBB366

Tints of Dark Khaki #BBB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

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

R = 39.96%
G = 38.25%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBB366 (or 0xBBB366) is known color: Dark Khaki. HEX triplet: BB, B3 and 66. RGB value is (187,179,102). Sum of RGB (Red+Green+Blue) = 187+179+102=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB366 is #444C99. Grayscale: #ACACAC. Windows color (decimal): -4476058 or 6730683. OLE color: 6730683.

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

Color convert

RGB 187 179 102 -
CMYK 0 0.04 0.45 0.27
HSL 54.35º 0.38% 0.57% -
HSV(B) 54.35º 0.45% 0.73% -
XYZ 39.01 43.76 18.96 -
YUV 172.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 187 179 102 0 0.04 0.45 0.27 54.35 0.38 0.57
Hex BB B3 66 0 4 2D 1B 36 26 39
Octal 273 263 146 0 4 55 33 66 46 71
Binary 10111011 10110011 1100110 0 100 101101 11011 110110 100110 111001

Color Harmonies of #BBB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB366

Black with #BBB366

Text Example


Text Example

White with #BBB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB366; }

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

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

background-color css

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

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

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

border-color css

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

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

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