#B8A978

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

Shades of Ecru #B8A978

Tints of Ecru #B8A978

Color information

#B8A978 (or 0xB8A978) is unknown color: approx Ecru. HEX triplet: B8, A9 and 78. RGB value is (184,169,120). Sum of RGB (Red+Green+Blue) = 184+169+120=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A978 is #475687. Grayscale: #A8A8A8. Windows color (decimal): -4675208 or 7907768. OLE color: 7907768.

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

Color convert

RGB184169120-
CMYK00.080.350.28
HSL45.94º31.07%59.61%-
HSV(B)45.94º34.78%72.16%-
XYZ37.3539.9223.51-
YUV167.9100.97139.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=38.90%
G=35.73%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416912000.080.350.2845.9431.0759.61
HexB8A97808231C2e1f3c
Octal2702511700104334563774
Binary10111000101010011111000010001000111110010111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A978; }

 p { color: rgb(184,169,120); }

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

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

 a { background-color: rgb(184,169,120); }

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

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

 span { border-color: rgb(184,169,120); }

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