Html Css Color HEX #B59470 Fallow

📋 copy color: '#B59470'

red 181 ◦ green 148 ◦ blue 112

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

Shades of Fallow #B59470

Tints of Fallow #B59470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

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

R = 41.04%
G = 33.56%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B59470 (or 0xB59470) is known color: Fallow. HEX triplet: B5, 94 and 70. RGB value is (181,148,112). Sum of RGB (Red+Green+Blue) = 181+148+112=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B59470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59470 is #4A6B8F. Grayscale: #999999. Windows color (decimal): -4877200 or 7378101. OLE color: 7378101.

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

Color convert

RGB 181 148 112 -
CMYK 0 0.18 0.38 0.29
HSL 31.3º 0.32% 0.57% -
HSV(B) 31.3º 0.38% 0.71% -
XYZ 32.57 32.17 19.82 -
YUV 153.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 181 148 112 0 0.18 0.38 0.29 31.3 0.32 0.57
Hex B5 94 70 0 12 26 1D 1F 20 39
Octal 265 224 160 0 22 46 35 37 40 71
Binary 10110101 10010100 1110000 0 10010 100110 11101 11111 100000 111001

Color Harmonies of #B59470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59470

Black with #B59470

Text Example


Text Example

White with #B59470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59470; }

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

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

background-color css

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

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

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

border-color css

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

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

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