#BCB171

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

Shades of Dark Khaki #BCB171

Tints of Dark Khaki #BCB171

Color information

#BCB171 (or 0xBCB171) is unknown color: approx Dark Khaki. HEX triplet: BC, B1 and 71. RGB value is (188,177,113). Sum of RGB (Red+Green+Blue) = 188+177+113=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB171 is #434E8E. Grayscale: #ADADAD. Windows color (decimal): -4411023 or 7451068. OLE color: 7451068.

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

Color convert

RGB188177113-
CMYK00.060.400.26
HSL51.2º35.89%59.02%-
HSV(B)51.2º39.89%73.73%-
XYZ39.4443.3321.91-
YUV172.9994.14138.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=39.33%
G=37.03%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817711300.060.400.2651.235.8959.02
HexBCB17106281A33243b
Octal274261161065032634473
Binary10111100101100011110001011010100011010110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB171; }

 p { color: rgb(188,177,113); }

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

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

 a { background-color: rgb(188,177,113); }

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

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

 span { border-color: rgb(188,177,113); }

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