#B9AC75

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

Shades of Ecru #B9AC75

Tints of Ecru #B9AC75

Color information

#B9AC75 (or 0xB9AC75) is unknown color: approx Ecru. HEX triplet: B9, AC and 75. RGB value is (185,172,117). Sum of RGB (Red+Green+Blue) = 185+172+117=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC75 is #46538A. Grayscale: #A9A9A9. Windows color (decimal): -4608907 or 7711929. OLE color: 7711929.

HSL color Cylindrical-coordinate representation of color #B9AC75: hue angle of 48.53º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9AC75 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB185172117-
CMYK00.070.370.27
HSL48.53º32.69%59.22%-
HSV(B)48.53º36.76%72.55%-
XYZ37.9741.122.76-
YUV169.6298.31138.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=39.03%
G=36.29%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517211700.070.370.2748.5332.6959.22
HexB9AC7507251B31213b
Octal271254165074533614173
Binary10111001101011001110101011110010111011110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC75; }

 p { color: rgb(185,172,117); }

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

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

 a { background-color: rgb(185,172,117); }

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

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

 span { border-color: rgb(185,172,117); }

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