Html Css Color HEX #B49973 Fallow

📋 copy color: '#B49973'

red 180 ◦ green 153 ◦ blue 115

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

Shades of Fallow #B49973

Tints of Fallow #B49973

RGB

 RED value IS 180 (70.7% from 255) = 40.18%

 GREEN value IS 153 (60.16% from 255) = 34.15%

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

R = 40.18%
G = 34.15%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49973 (or 0xB49973) is known color: Fallow. HEX triplet: B4, 99 and 73. RGB value is (180,153,115). Sum of RGB (Red+Green+Blue) = 180+153+115=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49973 is #4B668C. Grayscale: #9C9C9C. Windows color (decimal): -4941453 or 7575988. OLE color: 7575988.

HSL color Cylindrical-coordinate representation of color #B49973: hue angle of 35.08º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49973 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 115 -
CMYK 0 0.15 0.36 0.29
HSL 35.08º 0.3% 0.58% -
HSV(B) 35.08º 0.36% 0.71% -
XYZ 33.31 33.72 20.97 -
YUV 156.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 180 153 115 0 0.15 0.36 0.29 35.08 0.3 0.58
Hex B4 99 73 0 F 24 1D 23 1E 3A
Octal 264 231 163 0 17 44 35 43 36 72
Binary 10110100 10011001 1110011 0 1111 100100 11101 100011 11110 111010

Color Harmonies of #B49973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49973

Black with #B49973

Text Example


Text Example

White with #B49973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49973; }

 p { color: rgb(180,153,115); }

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

background-color css

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

 a { background-color: rgb(180,153,115); }

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

border-color css

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

 span { border-color: rgb(180,153,115); }

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