Html Css Color HEX #B9AB74 Ecru

📋 copy color: '#B9AB74'

red 185 ◦ green 171 ◦ blue 116

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

Shades of Ecru #B9AB74

Tints of Ecru #B9AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 39.19%
G = 36.23%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B9AB74 (or 0xB9AB74) is known color: Ecru. HEX triplet: B9, AB and 74. RGB value is (185,171,116). Sum of RGB (Red+Green+Blue) = 185+171+116=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB74 is #46548B. Grayscale: #A9A9A9. Windows color (decimal): -4609164 or 7646137. OLE color: 7646137.

HSL color Cylindrical-coordinate representation of color #B9AB74: hue angle of 47.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9AB74 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 116 -
CMYK 0 0.08 0.37 0.27
HSL 47.83º 0.33% 0.59% -
HSV(B) 47.83º 0.37% 0.73% -
XYZ 37.72 40.7 22.39 -
YUV 168.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 185 171 116 0 0.08 0.37 0.27 47.83 0.33 0.59
Hex B9 AB 74 0 8 25 1B 30 21 3B
Octal 271 253 164 0 10 45 33 60 41 73
Binary 10111001 10101011 1110100 0 1000 100101 11011 110000 100001 111011

Color Harmonies of #B9AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB74

Black with #B9AB74

Text Example


Text Example

White with #B9AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB74; }

 p { color: rgb(185,171,116); }

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

background-color css

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

 a { background-color: rgb(185,171,116); }

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

border-color css

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

 span { border-color: rgb(185,171,116); }

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