#B8B37C

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

Shades of Ecru #B8B37C

Tints of Ecru #B8B37C

Color information

#B8B37C (or 0xB8B37C) is unknown color: approx Ecru. HEX triplet: B8, B3 and 7C. RGB value is (184,179,124). Sum of RGB (Red+Green+Blue) = 184+179+124=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B37C is #474C83. Grayscale: #AEAEAE. Windows color (decimal): -4672644 or 8172472. OLE color: 8172472.

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

Color convert

RGB184179124-
CMYK00.030.330.28
HSL55º29.7%60.39%-
HSV(B)55º32.61%72.16%-
XYZ39.5343.8925.46-
YUV174.2299.66134.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=37.78%
G=36.76%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417912400.030.330.285529.760.39
HexB8B37C03211C371e3c
Octal270263174034134673674
Binary101110001011001111111000111000011110011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B37C; }

 p { color: rgb(184,179,124); }

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

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

 a { background-color: rgb(184,179,124); }

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

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

 span { border-color: rgb(184,179,124); }

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