Html Css Color HEX #B49A70 Fallow

📋 copy color: '#B49A70'

red 180 ◦ green 154 ◦ blue 112

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

Shades of Fallow #B49A70

Tints of Fallow #B49A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.53%

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

R = 40.36%
G = 34.53%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B49A70 (or 0xB49A70) is known color: Fallow. HEX triplet: B4, 9A and 70. RGB value is (180,154,112). Sum of RGB (Red+Green+Blue) = 180+154+112=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A70 is #4B658F. Grayscale: #9D9D9D. Windows color (decimal): -4941200 or 7379636. OLE color: 7379636.

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

Color convert

RGB 180 154 112 -
CMYK 0 0.14 0.38 0.29
HSL 37.06º 0.31% 0.57% -
HSV(B) 37.06º 0.38% 0.71% -
XYZ 33.3 33.98 20.13 -
YUV 156.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 180 154 112 0 0.14 0.38 0.29 37.06 0.31 0.57
Hex B4 9A 70 0 E 26 1D 25 1F 39
Octal 264 232 160 0 16 46 35 45 37 71
Binary 10110100 10011010 1110000 0 1110 100110 11101 100101 11111 111001

Color Harmonies of #B49A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A70

Black with #B49A70

Text Example


Text Example

White with #B49A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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