Html Css Color HEX #B9AF80 Ecru

📋 copy color: '#B9AF80'

red 185 ◦ green 175 ◦ blue 128

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

Shades of Ecru #B9AF80

Tints of Ecru #B9AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.86%

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 37.91%
G = 35.86%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9AF80 (or 0xB9AF80) is known color: Ecru. HEX triplet: B9, AF and 80. RGB value is (185,175,128). Sum of RGB (Red+Green+Blue) = 185+175+128=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF80 is #46507F. Grayscale: #ACACAC. Windows color (decimal): -4608128 or 8433593. OLE color: 8433593.

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

Color convert

RGB 185 175 128 -
CMYK 0 0.05 0.31 0.27
HSL 49.47º 0.29% 0.61% -
HSV(B) 49.47º 0.31% 0.73% -
XYZ 39.23 42.53 26.56 -
YUV 172.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 185 175 128 0 0.05 0.31 0.27 49.47 0.29 0.61
Hex B9 AF 80 0 5 1F 1B 31 1D 3D
Octal 271 257 200 0 5 37 33 61 35 75
Binary 10111001 10101111 10000000 0 101 11111 11011 110001 11101 111101

Color Harmonies of #B9AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF80

Black with #B9AF80

Text Example


Text Example

White with #B9AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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