Html Css Color HEX #B9A373 Fallow

📋 copy color: '#B9A373'

red 185 ◦ green 163 ◦ blue 115

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

Shades of Fallow #B9A373

Tints of Fallow #B9A373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.84%

R = 39.96%
G = 35.21%
B = 24.84%

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

#B9A373 (or 0xB9A373) is known color: Fallow. HEX triplet: B9, A3 and 73. RGB value is (185,163,115). Sum of RGB (Red+Green+Blue) = 185+163+115=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A373 is #465C8C. Grayscale: #A4A4A4. Windows color (decimal): -4611213 or 7578553. OLE color: 7578553.

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

Color convert

RGB 185 163 115 -
CMYK 0 0.12 0.38 0.27
HSL 41.14º 0.33% 0.59% -
HSV(B) 41.14º 0.38% 0.73% -
XYZ 36.2 37.75 21.6 -
YUV 164.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 185 163 115 0 0.12 0.38 0.27 41.14 0.33 0.59
Hex B9 A3 73 0 C 26 1B 29 21 3B
Octal 271 243 163 0 14 46 33 51 41 73
Binary 10111001 10100011 1110011 0 1100 100110 11011 101001 100001 111011

Color Harmonies of #B9A373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A373

Black with #B9A373

Text Example


Text Example

White with #B9A373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A373; }

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

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

background-color css

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

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

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

border-color css

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

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

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