Html Css Color HEX #B49972 Fallow

📋 copy color: '#B49972'

red 180 ◦ green 153 ◦ blue 114

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

Shades of Fallow #B49972

Tints of Fallow #B49972

RGB

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

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

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

R = 40.27%
G = 34.23%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B49972 (or 0xB49972) is known color: Fallow. HEX triplet: B4, 99 and 72. RGB value is (180,153,114). Sum of RGB (Red+Green+Blue) = 180+153+114=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49972 is #4B668D. Grayscale: #9C9C9C. Windows color (decimal): -4941454 or 7510452. OLE color: 7510452.

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

Color convert

RGB 180 153 114 -
CMYK 0 0.15 0.37 0.29
HSL 35.45º 0.31% 0.58% -
HSV(B) 35.45º 0.37% 0.71% -
XYZ 33.25 33.7 20.67 -
YUV 156.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 180 153 114 0 0.15 0.37 0.29 35.45 0.31 0.58
Hex B4 99 72 0 F 25 1D 23 1F 3A
Octal 264 231 162 0 17 45 35 43 37 72
Binary 10110100 10011001 1110010 0 1111 100101 11101 100011 11111 111010

Color Harmonies of #B49972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49972

Black with #B49972

Text Example


Text Example

White with #B49972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49972; }

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

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

background-color css

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

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

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

border-color css

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

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

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