#BBB870

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

Shades of Dark Khaki #BBB870

Tints of Dark Khaki #BBB870

Color information

#BBB870 (or 0xBBB870) is unknown color: approx Dark Khaki. HEX triplet: BB, B8 and 70. RGB value is (187,184,112). Sum of RGB (Red+Green+Blue) = 187+184+112=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB870 is #44478F. Grayscale: #B0B0B0. Windows color (decimal): -4474768 or 7387323. OLE color: 7387323.

HSL color Cylindrical-coordinate representation of color #BBB870: hue angle of 57.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBB870 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187184112-
CMYK00.020.400.27
HSL57.6º35.55%58.63%-
HSV(B)57.6º40.11%73.33%-
XYZ40.5646.0222.07-
YUV176.6991.49135.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 184 (72.27% from 255) = 38.10%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=38.72%
G=38.10%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718411200.020.400.2757.635.5558.63
HexBBB87002281B3a243b
Octal273270160025033724473
Binary1011101110111000111000001010100011011111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB870; }

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

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

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

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

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

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

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

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