Html Css Color HEX #B9A173 Fallow

📋 copy color: '#B9A173'

red 185 ◦ green 161 ◦ blue 115

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

Shades of Fallow #B9A173

Tints of Fallow #B9A173

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

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

R = 40.13%
G = 34.92%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B9A173 (or 0xB9A173) is known color: Fallow. HEX triplet: B9, A1 and 73. RGB value is (185,161,115). Sum of RGB (Red+Green+Blue) = 185+161+115=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A173 is #465E8C. Grayscale: #A3A3A3. Windows color (decimal): -4611725 or 7578041. OLE color: 7578041.

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

Color convert

RGB 185 161 115 -
CMYK 0 0.13 0.38 0.27
HSL 39.43º 0.33% 0.59% -
HSV(B) 39.43º 0.38% 0.73% -
XYZ 35.85 37.04 21.48 -
YUV 162.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 185 161 115 0 0.13 0.38 0.27 39.43 0.33 0.59
Hex B9 A1 73 0 D 26 1B 27 21 3B
Octal 271 241 163 0 15 46 33 47 41 73
Binary 10111001 10100001 1110011 0 1101 100110 11011 100111 100001 111011

Color Harmonies of #B9A173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A173

Black with #B9A173

Text Example


Text Example

White with #B9A173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A173; }

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

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

background-color css

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

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

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

border-color css

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

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

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