#B6AC77

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

Shades of Ecru #B6AC77

Tints of Ecru #B6AC77

Color information

#B6AC77 (or 0xB6AC77) is unknown color: approx Ecru. HEX triplet: B6, AC and 77. RGB value is (182,172,119). Sum of RGB (Red+Green+Blue) = 182+172+119=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC77 is #495388. Grayscale: #A9A9A9. Windows color (decimal): -4805513 or 7842998. OLE color: 7842998.

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

Color convert

RGB182172119-
CMYK00.050.350.29
HSL50.48º30.14%59.02%-
HSV(B)50.48º34.62%71.37%-
XYZ37.3740.7823.35-
YUV168.9599.81137.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=38.48%
G=36.36%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217211900.050.350.2950.4830.1459.02
HexB6AC7705231D321e3b
Octal266254167054335623673
Binary1011011010101100111011101011000111110111001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC77; }

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

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

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

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

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

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

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

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