#B8AC78

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

Shades of Ecru #B8AC78

Tints of Ecru #B8AC78

Color information

#B8AC78 (or 0xB8AC78) is unknown color: approx Ecru. HEX triplet: B8, AC and 78. RGB value is (184,172,120). Sum of RGB (Red+Green+Blue) = 184+172+120=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC78 is #475387. Grayscale: #A9A9A9. Windows color (decimal): -4674440 or 7908536. OLE color: 7908536.

HSL color Cylindrical-coordinate representation of color #B8AC78: hue angle of 48.75º 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 #B8AC78 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB184172120-
CMYK00.070.350.28
HSL48.75º31.07%59.61%-
HSV(B)48.75º34.78%72.16%-
XYZ37.9141.0523.69-
YUV169.6699.98138.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=38.66%
G=36.13%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417212000.070.350.2848.7531.0759.61
HexB8AC7807231C311f3c
Octal270254170074334613774
Binary1011100010101100111100001111000111110011000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC78; }

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

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

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

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

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

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

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

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