#BCAF82

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

Shades of Ecru #BCAF82

Tints of Ecru #BCAF82

Color information

#BCAF82 (or 0xBCAF82) is unknown color: approx Ecru. HEX triplet: BC, AF and 82. RGB value is (188,175,130). Sum of RGB (Red+Green+Blue) = 188+175+130=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF82 is #43507D. Grayscale: #ADADAD. Windows color (decimal): -4411518 or 8564668. OLE color: 8564668.

HSL color Cylindrical-coordinate representation of color #BCAF82: hue angle of 46.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAF82 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB188175130-
CMYK00.070.310.26
HSL46.55º30.21%62.35%-
HSV(B)46.55º30.85%73.73%-
XYZ40.142.9627.3-
YUV173.76103.31138.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=38.13%
G=35.50%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817513000.070.310.2646.5530.2162.35
HexBCAF82071F1A2f1e3e
Octal274257202073732573676
Binary1011110010101111100000100111111111101010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF82; }

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

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

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

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

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

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

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

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