#B8B27E

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

Shades of Ecru #B8B27E

Tints of Ecru #B8B27E

Color information

#B8B27E (or 0xB8B27E) is unknown color: approx Ecru. HEX triplet: B8, B2 and 7E. RGB value is (184,178,126). Sum of RGB (Red+Green+Blue) = 184+178+126=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B27E is #474D81. Grayscale: #AEAEAE. Windows color (decimal): -4672898 or 8303288. OLE color: 8303288.

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

Color convert

RGB184178126-
CMYK00.030.320.28
HSL53.79º29%60.78%-
HSV(B)53.79º31.52%72.16%-
XYZ39.4543.5426.06-
YUV173.87100.99135.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=37.70%
G=36.48%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417812600.030.320.2853.792960.78
HexB8B27E03201C361d3d
Octal270262176034034663575
Binary101110001011001011111100111000001110011011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B27E; }

 p { color: rgb(184,178,126); }

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

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

 a { background-color: rgb(184,178,126); }

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

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

 span { border-color: rgb(184,178,126); }

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