#bcaa71

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

Shades of Ecru #BCAA71

Tints of Ecru #BCAA71

Color information

#BCAA71 (or 0xBCAA71) is unknown color: approx Ecru. HEX triplet: BC, AA and 71. RGB value is (188,170,113). Sum of RGB (Red+Green+Blue) = 188+170+113=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA71 is #43558E. Grayscale: #A9A9A9. Windows color (decimal): -4412815 or 7449276. OLE color: 7449276.

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

Color convert

RGB188170113-
CMYK00.100.400.26
HSL45.6º35.89%59.02%-
HSV(B)45.6º39.89%73.73%-
XYZ38.0940.6321.46-
YUV168.8896.46141.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=39.92%
G=36.09%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817011300.100.400.2645.635.8959.02
HexBCAA710A281A2e243b
Octal2742521610125032564473
Binary101111001010101011100010101010100011010101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcaa71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcaa71; }

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

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

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

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

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

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

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

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