#B59870

Color #B59870 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #B59870

Tints of Fallow #B59870

Color information

#B59870 (or 0xB59870) is unknown color: approx Fallow. HEX triplet: B5, 98 and 70. RGB value is (181,152,112). Sum of RGB (Red+Green+Blue) = 181+152+112=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B59870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59870 is #4A678F. Grayscale: #9C9C9C. Windows color (decimal): -4876176 or 7379125. OLE color: 7379125.

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

Color convert

RGB181152112-
CMYK00.160.380.29
HSL34.78º31.8%57.45%-
HSV(B)34.78º38.12%70.98%-
XYZ33.2133.4520.04-
YUV156.11103.11145.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=40.67%
G=34.16%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115211200.160.380.2934.7831.857.45
HexB59870010261D232039
Octal2652301600204635434071
Binary1011010110011000111000001000010011011101100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59870; }

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

 H1.HeaderClassName
 {
   color: #B59870;
 }
 .AnyTagClassName
 {
   color: #B59870;
 }
</style>
background-color css

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

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

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

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

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

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