Html Css Color HEX #B9A978 Ecru

📋 copy color: '#B9A978'

red 185 ◦ green 169 ◦ blue 120

#B9A978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #B9A978

Tints of Ecru #B9A978

RGB

 RED value IS 185 (72.66% from 255) = 39.03%

 GREEN value IS 169 (66.41% from 255) = 35.65%

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 39.03%
G = 35.65%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B9A978 (or 0xB9A978) is known color: Ecru. HEX triplet: B9, A9 and 78. RGB value is (185,169,120). Sum of RGB (Red+Green+Blue) = 185+169+120=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A978 is #465687. Grayscale: #A8A8A8. Windows color (decimal): -4609672 or 7907769. OLE color: 7907769.

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

Color convert

RGB 185 169 120 -
CMYK 0 0.09 0.35 0.27
HSL 45.23º 0.32% 0.6% -
HSV(B) 45.23º 0.35% 0.73% -
XYZ 37.59 40.05 23.52 -
YUV 168.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 185 169 120 0 0.09 0.35 0.27 45.23 0.32 0.6
Hex B9 A9 78 0 9 23 1B 2D 20 3C
Octal 271 251 170 0 11 43 33 55 40 74
Binary 10111001 10101001 1111000 0 1001 100011 11011 101101 100000 111100

Color Harmonies of #B9A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A978

Black with #B9A978

Text Example


Text Example

White with #B9A978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A978; }

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

 H1.HeaderClassName
 {
   color: #B9A978;
 }
 .AnyTagClassName
 {
   color: #B9A978;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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