#B9B37B

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

Shades of Ecru #B9B37B

Tints of Ecru #B9B37B

Color information

#B9B37B (or 0xB9B37B) is unknown color: approx Ecru. HEX triplet: B9, B3 and 7B. RGB value is (185,179,123). Sum of RGB (Red+Green+Blue) = 185+179+123=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B37B is #464C84. Grayscale: #AEAEAE. Windows color (decimal): -4607109 or 8106937. OLE color: 8106937.

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

Color convert

RGB185179123-
CMYK00.030.340.27
HSL54.19º30.69%60.39%-
HSV(B)54.19º33.51%72.55%-
XYZ39.743.9825.14-
YUV174.4198.99135.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=37.99%
G=36.76%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517912300.030.340.2754.1930.6960.39
HexB9B37B03221B361f3c
Octal271263173034233663774
Binary101110011011001111110110111000101101111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B37B; }

 p { color: rgb(185,179,123); }

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

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

 a { background-color: rgb(185,179,123); }

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

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

 span { border-color: rgb(185,179,123); }

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