#B9B47D

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

Shades of Ecru #B9B47D

Tints of Ecru #B9B47D

Color information

#B9B47D (or 0xB9B47D) is unknown color: approx Ecru. HEX triplet: B9, B4 and 7D. RGB value is (185,180,125). Sum of RGB (Red+Green+Blue) = 185+180+125=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B47D is #464B82. Grayscale: #AFAFAF. Windows color (decimal): -4606851 or 8238265. OLE color: 8238265.

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

Color convert

RGB185180125-
CMYK00.030.320.27
HSL55º30%60.78%-
HSV(B)55º32.43%72.55%-
XYZ40.0344.4425.87-
YUV175.2299.66134.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=37.76%
G=36.73%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518012500.030.320.27553060.78
HexB9B47D03201B371e3d
Octal271264175034033673675
Binary101110011011010011111010111000001101111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B47D; }

 p { color: rgb(185,180,125); }

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

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

 a { background-color: rgb(185,180,125); }

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

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

 span { border-color: rgb(185,180,125); }

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