#BBB371

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

Shades of Dark Khaki #BBB371

Tints of Dark Khaki #BBB371

Color information

#BBB371 (or 0xBBB371) is unknown color: approx Dark Khaki. HEX triplet: BB, B3 and 71. RGB value is (187,179,113). Sum of RGB (Red+Green+Blue) = 187+179+113=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB371 is #444C8E. Grayscale: #AEAEAE. Windows color (decimal): -4476047 or 7451579. OLE color: 7451579.

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

Color convert

RGB187179113-
CMYK00.040.400.27
HSL53.51º35.24%58.82%-
HSV(B)53.51º39.57%73.33%-
XYZ39.594422.03-
YUV173.8793.65137.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=39.04%
G=37.37%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717911300.040.400.2753.5135.2458.82
HexBBB37104281B36233b
Octal273263161045033664373
Binary10111011101100111110001010010100011011110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB371; }

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

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

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

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

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

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

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

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