Html Css Color HEX #BBB06E Dark Khaki

📋 copy color: '#BBB06E'

red 187 ◦ green 176 ◦ blue 110

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

Shades of Dark Khaki #BBB06E

Tints of Dark Khaki #BBB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.21%

 BLUE value IS 110 (43.36% from 255) = 23.26%

R = 39.53%
G = 37.21%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBB06E (or 0xBBB06E) is known color: Dark Khaki. HEX triplet: BB, B0 and 6E. RGB value is (187,176,110). Sum of RGB (Red+Green+Blue) = 187+176+110=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB06E is #444F91. Grayscale: #ACACAC. Windows color (decimal): -4476818 or 7254203. OLE color: 7254203.

HSL color Cylindrical-coordinate representation of color #BBB06E: hue angle of 51.43º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBB06E is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 176 110 -
CMYK 0 0.06 0.41 0.27
HSL 51.43º 0.36% 0.58% -
HSV(B) 51.43º 0.41% 0.73% -
XYZ 38.83 42.74 20.96 -
YUV 171.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 187 176 110 0 0.06 0.41 0.27 51.43 0.36 0.58
Hex BB B0 6E 0 6 29 1B 33 24 3A
Octal 273 260 156 0 6 51 33 63 44 72
Binary 10111011 10110000 1101110 0 110 101001 11011 110011 100100 111010

Color Harmonies of #BBB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB06E

Black with #BBB06E

Text Example


Text Example

White with #BBB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB06E; }

 p { color: rgb(187,176,110); }

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

background-color css

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

 a { background-color: rgb(187,176,110); }

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

border-color css

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

 span { border-color: rgb(187,176,110); }

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