Html Css Color HEX #B9A072 Fallow

📋 copy color: '#B9A072'

red 185 ◦ green 160 ◦ blue 114

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

Shades of Fallow #B9A072

Tints of Fallow #B9A072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.86%

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 40.31%
G = 34.86%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B9A072 (or 0xB9A072) is known color: Fallow. HEX triplet: B9, A0 and 72. RGB value is (185,160,114). Sum of RGB (Red+Green+Blue) = 185+160+114=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A072 is #465F8D. Grayscale: #A2A2A2. Windows color (decimal): -4611982 or 7512249. OLE color: 7512249.

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

Color convert

RGB 185 160 114 -
CMYK 0 0.14 0.38 0.27
HSL 38.87º 0.34% 0.59% -
HSV(B) 38.87º 0.38% 0.73% -
XYZ 35.62 36.67 21.12 -
YUV 162.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 185 160 114 0 0.14 0.38 0.27 38.87 0.34 0.59
Hex B9 A0 72 0 E 26 1B 27 22 3B
Octal 271 240 162 0 16 46 33 47 42 73
Binary 10111001 10100000 1110010 0 1110 100110 11011 100111 100010 111011

Color Harmonies of #B9A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A072

Black with #B9A072

Text Example


Text Example

White with #B9A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A072; }

 p { color: rgb(185,160,114); }

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

background-color css

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

 a { background-color: rgb(185,160,114); }

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

border-color css

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

 span { border-color: rgb(185,160,114); }

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