#BCAF71

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

Shades of Dark Khaki #BCAF71

Tints of Dark Khaki #BCAF71

Color information

#BCAF71 (or 0xBCAF71) is unknown color: approx Dark Khaki. HEX triplet: BC, AF and 71. RGB value is (188,175,113). Sum of RGB (Red+Green+Blue) = 188+175+113=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF71 is #43508E. Grayscale: #ACACAC. Windows color (decimal): -4411535 or 7450556. OLE color: 7450556.

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

Color convert

RGB188175113-
CMYK00.070.400.26
HSL49.6º35.89%59.02%-
HSV(B)49.6º39.89%73.73%-
XYZ39.0542.5421.78-
YUV171.8294.81139.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=39.50%
G=36.76%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817511300.070.400.2649.635.8959.02
HexBCAF7107281A32243b
Octal274257161075032624473
Binary10111100101011111110001011110100011010110010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF71; }

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

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

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

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

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

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

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

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