#B9A975

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

Shades of Ecru #B9A975

Tints of Ecru #B9A975

Color information

#B9A975 (or 0xB9A975) is unknown color: approx Ecru. HEX triplet: B9, A9 and 75. RGB value is (185,169,117). Sum of RGB (Red+Green+Blue) = 185+169+117=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A975 is #46568A. Grayscale: #A8A8A8. Windows color (decimal): -4609675 or 7711161. OLE color: 7711161.

HSL color Cylindrical-coordinate representation of color #B9A975: hue angle of 45.88º 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 #B9A975 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB185169117-
CMYK00.090.370.27
HSL45.88º32.69%59.22%-
HSV(B)45.88º36.76%72.55%-
XYZ37.4139.9722.57-
YUV167.8699.3140.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=39.28%
G=35.88%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516911700.090.370.2745.8832.6959.22
HexB9A97509251B2e213b
Octal2712511650114533564173
Binary101110011010100111101010100110010111011101110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A975; }

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

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

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

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

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

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

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

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