Html Css Color HEX #B49873 Fallow

📋 copy color: '#B49873'

red 180 ◦ green 152 ◦ blue 115

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

Shades of Fallow #B49873

Tints of Fallow #B49873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34%

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

R = 40.27%
G = 34%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49873 (or 0xB49873) is known color: Fallow. HEX triplet: B4, 98 and 73. RGB value is (180,152,115). Sum of RGB (Red+Green+Blue) = 180+152+115=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49873 is #4B678C. Grayscale: #9C9C9C. Windows color (decimal): -4941709 or 7575732. OLE color: 7575732.

HSL color Cylindrical-coordinate representation of color #B49873: hue angle of 34.15º 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 #B49873 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 152 115 -
CMYK 0 0.16 0.36 0.29
HSL 34.15º 0.3% 0.58% -
HSV(B) 34.15º 0.36% 0.71% -
XYZ 33.15 33.4 20.92 -
YUV 156.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 180 152 115 0 0.16 0.36 0.29 34.15 0.3 0.58
Hex B4 98 73 0 10 24 1D 22 1E 3A
Octal 264 230 163 0 20 44 35 42 36 72
Binary 10110100 10011000 1110011 0 10000 100100 11101 100010 11110 111010

Color Harmonies of #B49873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49873

Black with #B49873

Text Example


Text Example

White with #B49873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49873; }

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

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

background-color css

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

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

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

border-color css

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

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

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