Html Css Color HEX #BBB766 Dark Khaki

📋 copy color: '#BBB766'

red 187 ◦ green 183 ◦ blue 102

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

Shades of Dark Khaki #BBB766

Tints of Dark Khaki #BBB766

RGB

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

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

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

R = 39.62%
G = 38.77%
B = 21.61%

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

#BBB766 (or 0xBBB766) is known color: Dark Khaki. HEX triplet: BB, B7 and 66. RGB value is (187,183,102). Sum of RGB (Red+Green+Blue) = 187+183+102=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB766 is #444899. Grayscale: #AFAFAF. Windows color (decimal): -4475034 or 6731707. OLE color: 6731707.

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

Color convert

RGB 187 183 102 -
CMYK 0 0.02 0.45 0.27
HSL 57.18º 0.38% 0.57% -
HSV(B) 57.18º 0.45% 0.73% -
XYZ 39.83 45.39 19.23 -
YUV 174.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 187 183 102 0 0.02 0.45 0.27 57.18 0.38 0.57
Hex BB B7 66 0 2 2D 1B 39 26 39
Octal 273 267 146 0 2 55 33 71 46 71
Binary 10111011 10110111 1100110 0 10 101101 11011 111001 100110 111001

Color Harmonies of #BBB766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB766

Black with #BBB766

Text Example


Text Example

White with #BBB766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB766; }

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

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

background-color css

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

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

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

border-color css

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

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

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