#B9AF78

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

Shades of Ecru #B9AF78

Tints of Ecru #B9AF78

Color information

#B9AF78 (or 0xB9AF78) is unknown color: approx Ecru. HEX triplet: B9, AF and 78. RGB value is (185,175,120). Sum of RGB (Red+Green+Blue) = 185+175+120=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF78 is #465087. Grayscale: #ABABAB. Windows color (decimal): -4608136 or 7909305. OLE color: 7909305.

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

Color convert

RGB185175120-
CMYK00.050.350.27
HSL50.77º31.71%59.8%-
HSV(B)50.77º35.14%72.55%-
XYZ38.7342.3323.9-
YUV171.7298.81137.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 120 (47.27% from 255) = 25%
R=38.54%
G=36.46%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517512000.050.350.2750.7731.7159.8
HexB9AF7805231B33203c
Octal271257170054333634074
Binary10111001101011111111000010110001111011110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF78; }

 p { color: rgb(185,175,120); }

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

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

 a { background-color: rgb(185,175,120); }

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

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

 span { border-color: rgb(185,175,120); }

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