Html Css Color HEX #B9AF7C Ecru

📋 copy color: '#B9AF7C'

red 185 ◦ green 175 ◦ blue 124

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

Shades of Ecru #B9AF7C

Tints of Ecru #B9AF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.62%

R = 38.22%
G = 36.16%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9AF7C (or 0xB9AF7C) is known color: Ecru. HEX triplet: B9, AF and 7C. RGB value is (185,175,124). Sum of RGB (Red+Green+Blue) = 185+175+124=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF7C is #465083. Grayscale: #ACACAC. Windows color (decimal): -4608132 or 8171449. OLE color: 8171449.

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

Color convert

RGB 185 175 124 -
CMYK 0 0.05 0.33 0.27
HSL 50.16º 0.3% 0.61% -
HSV(B) 50.16º 0.33% 0.73% -
XYZ 38.98 42.43 25.2 -
YUV 172.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 185 175 124 0 0.05 0.33 0.27 50.16 0.3 0.61
Hex B9 AF 7C 0 5 21 1B 32 1E 3D
Octal 271 257 174 0 5 41 33 62 36 75
Binary 10111001 10101111 1111100 0 101 100001 11011 110010 11110 111101

Color Harmonies of #B9AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF7C

Black with #B9AF7C

Text Example


Text Example

White with #B9AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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