#B58B70

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

Shades of Sandrift #B58B70

Tints of Sandrift #B58B70

Color information

#B58B70 (or 0xB58B70) is unknown color: approx Sandrift. HEX triplet: B5, 8B and 70. RGB value is (181,139,112). Sum of RGB (Red+Green+Blue) = 181+139+112=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B70 is #4A748F. Grayscale: #949494. Windows color (decimal): -4879504 or 7375797. OLE color: 7375797.

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

Color convert

RGB181139112-
CMYK00.230.380.29
HSL23.48º31.8%57.45%-
HSV(B)23.48º38.12%70.98%-
XYZ31.2129.4619.37-
YUV148.48107.41151.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=41.90%
G=32.18%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113911200.230.380.2923.4831.857.45
HexB58B70017261D172039
Octal2652131600274635274071
Binary101101011000101111100000101111001101110110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B70; }

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

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

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

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

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

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

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

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