#B9AD7C

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

Shades of Ecru #B9AD7C

Tints of Ecru #B9AD7C

Color information

#B9AD7C (or 0xB9AD7C) is unknown color: approx Ecru. HEX triplet: B9, AD and 7C. RGB value is (185,173,124). Sum of RGB (Red+Green+Blue) = 185+173+124=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD7C is #465283. Grayscale: #ABABAB. Windows color (decimal): -4608644 or 8170937. OLE color: 8170937.

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

Color convert

RGB185173124-
CMYK00.060.330.27
HSL48.2º30.35%60.59%-
HSV(B)48.2º32.97%72.55%-
XYZ38.5941.6625.08-
YUV171101.48137.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=38.38%
G=35.89%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517312400.060.330.2748.230.3560.59
HexB9AD7C06211B301e3d
Octal271255174064133603675
Binary1011100110101101111110001101000011101111000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD7C; }

 p { color: rgb(185,173,124); }

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

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

 a { background-color: rgb(185,173,124); }

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

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

 span { border-color: rgb(185,173,124); }

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