#BBB671

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

Shades of Dark Khaki #BBB671

Tints of Dark Khaki #BBB671

Color information

#BBB671 (or 0xBBB671) is unknown color: approx Dark Khaki. HEX triplet: BB, B6 and 71. RGB value is (187,182,113). Sum of RGB (Red+Green+Blue) = 187+182+113=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB671 is #44498E. Grayscale: #AFAFAF. Windows color (decimal): -4475279 or 7452347. OLE color: 7452347.

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

Color convert

RGB187182113-
CMYK00.030.400.27
HSL55.95º35.24%58.82%-
HSV(B)55.95º39.57%73.33%-
XYZ40.245.2122.23-
YUV175.6392.66136.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=38.80%
G=37.76%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718211300.030.400.2755.9535.2458.82
HexBBB67103281B38233b
Octal273266161035033704373
Binary1011101110110110111000101110100011011111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB671; }

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

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

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

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

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

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

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

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