Html Css Color HEX #B49770 Fallow

📋 copy color: '#B49770'

red 180 ◦ green 151 ◦ blue 112

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

Shades of Fallow #B49770

Tints of Fallow #B49770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.09%

 BLUE value IS 112 (44.14% from 255) = 25.28%

R = 40.63%
G = 34.09%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B49770 (or 0xB49770) is known color: Fallow. HEX triplet: B4, 97 and 70. RGB value is (180,151,112). Sum of RGB (Red+Green+Blue) = 180+151+112=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49770 is #4B688F. Grayscale: #9B9B9B. Windows color (decimal): -4941968 or 7378868. OLE color: 7378868.

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

Color convert

RGB 180 151 112 -
CMYK 0 0.16 0.38 0.29
HSL 34.41º 0.31% 0.57% -
HSV(B) 34.41º 0.38% 0.71% -
XYZ 32.81 33.01 19.97 -
YUV 155.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 180 151 112 0 0.16 0.38 0.29 34.41 0.31 0.57
Hex B4 97 70 0 10 26 1D 22 1F 39
Octal 264 227 160 0 20 46 35 42 37 71
Binary 10110100 10010111 1110000 0 10000 100110 11101 100010 11111 111001

Color Harmonies of #B49770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49770

Black with #B49770

Text Example


Text Example

White with #B49770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49770; }

 p { color: rgb(180,151,112); }

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

background-color css

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

 a { background-color: rgb(180,151,112); }

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

border-color css

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

 span { border-color: rgb(180,151,112); }

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