Html Css Color HEX #B9A372 Fallow

📋 copy color: '#B9A372'

red 185 ◦ green 163 ◦ blue 114

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

Shades of Fallow #B9A372

Tints of Fallow #B9A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.28%

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

R = 40.04%
G = 35.28%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B9A372 (or 0xB9A372) is known color: Fallow. HEX triplet: B9, A3 and 72. RGB value is (185,163,114). Sum of RGB (Red+Green+Blue) = 185+163+114=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A372 is #465C8D. Grayscale: #A4A4A4. Windows color (decimal): -4611214 or 7513017. OLE color: 7513017.

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

Color convert

RGB 185 163 114 -
CMYK 0 0.12 0.38 0.27
HSL 41.41º 0.34% 0.59% -
HSV(B) 41.41º 0.38% 0.73% -
XYZ 36.14 37.72 21.3 -
YUV 163.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 185 163 114 0 0.12 0.38 0.27 41.41 0.34 0.59
Hex B9 A3 72 0 C 26 1B 29 22 3B
Octal 271 243 162 0 14 46 33 51 42 73
Binary 10111001 10100011 1110010 0 1100 100110 11011 101001 100010 111011

Color Harmonies of #B9A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A372

Black with #B9A372

Text Example


Text Example

White with #B9A372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A372; }

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

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

background-color css

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

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

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

border-color css

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

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

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