#BBB86E

Color #BBB86E Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BBB86E

Tints of Dark Khaki #BBB86E

Color information

#BBB86E (or 0xBBB86E) is unknown color: approx Dark Khaki. HEX triplet: BB, B8 and 6E. RGB value is (187,184,110). Sum of RGB (Red+Green+Blue) = 187+184+110=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB86E is #444791. Grayscale: #B0B0B0. Windows color (decimal): -4474770 or 7256251. OLE color: 7256251.

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

Color convert

RGB187184110-
CMYK00.020.410.27
HSL57.66º36.15%58.24%-
HSV(B)57.66º41.18%73.33%-
XYZ40.4545.9721.49-
YUV176.4690.49135.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=38.88%
G=38.25%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718411000.020.410.2757.6636.1558.24
HexBBB86E02291B3a243a
Octal273270156025133724472
Binary1011101110111000110111001010100111011111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB86E; }

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

 H1.HeaderClassName
 {
   color: #BBB86E;
 }
 .AnyTagClassName
 {
   color: #BBB86E;
 }
</style>
background-color css

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

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

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

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

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

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