Html Css Color HEX #B59970 Fallow

📋 copy color: '#B59970'

red 181 ◦ green 153 ◦ blue 112

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

Shades of Fallow #B59970

Tints of Fallow #B59970

RGB

 RED value IS 181 (71.09% from 255) = 40.58%

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

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

R = 40.58%
G = 34.3%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B59970 (or 0xB59970) is known color: Fallow. HEX triplet: B5, 99 and 70. RGB value is (181,153,112). Sum of RGB (Red+Green+Blue) = 181+153+112=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B59970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59970 is #4A668F. Grayscale: #9C9C9C. Windows color (decimal): -4875920 or 7379381. OLE color: 7379381.

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

Color convert

RGB 181 153 112 -
CMYK 0 0.15 0.38 0.29
HSL 35.65º 0.32% 0.57% -
HSV(B) 35.65º 0.38% 0.71% -
XYZ 33.37 33.78 20.09 -
YUV 156.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 181 153 112 0 0.15 0.38 0.29 35.65 0.32 0.57
Hex B5 99 70 0 F 26 1D 24 20 39
Octal 265 231 160 0 17 46 35 44 40 71
Binary 10110101 10011001 1110000 0 1111 100110 11101 100100 100000 111001

Color Harmonies of #B59970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59970

Black with #B59970

Text Example


Text Example

White with #B59970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59970; }

 p { color: rgb(181,153,112); }

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

background-color css

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

 a { background-color: rgb(181,153,112); }

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

border-color css

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

 span { border-color: rgb(181,153,112); }

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