#B6AC78

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

Shades of Ecru #B6AC78

Tints of Ecru #B6AC78

Color information

#B6AC78 (or 0xB6AC78) is unknown color: approx Ecru. HEX triplet: B6, AC and 78. RGB value is (182,172,120). Sum of RGB (Red+Green+Blue) = 182+172+120=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC78 is #495387. Grayscale: #A9A9A9. Windows color (decimal): -4805512 or 7908534. OLE color: 7908534.

HSL color Cylindrical-coordinate representation of color #B6AC78: hue angle of 50.32º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6AC78 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB182172120-
CMYK00.050.340.29
HSL50.32º29.81%59.22%-
HSV(B)50.32º34.07%71.37%-
XYZ37.4340.8123.67-
YUV169.06100.31137.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=38.40%
G=36.29%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217212000.050.340.2950.3229.8159.22
HexB6AC7805221D321e3b
Octal266254170054235623673
Binary1011011010101100111100001011000101110111001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC78; }

 p { color: rgb(182,172,120); }

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

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

 a { background-color: rgb(182,172,120); }

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

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

 span { border-color: rgb(182,172,120); }

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