#B57358

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

Shades of Sante Fe #B57358

Tints of Sante Fe #B57358

Color information

#B57358 (or 0xB57358) is unknown color: approx Sante Fe. HEX triplet: B5, 73 and 58. RGB value is (181,115,88). Sum of RGB (Red+Green+Blue) = 181+115+88=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57358 is #4A8CA7. Grayscale: #838383. Windows color (decimal): -4885672 or 5796789. OLE color: 5796789.

HSL color Cylindrical-coordinate representation of color #B57358: hue angle of 17.42º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57358 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18111588-
CMYK00.360.510.29
HSL17.42º38.59%52.75%-
HSV(B)17.42º51.38%70.98%-
XYZ26.9522.7912.21-
YUV131.66103.37163.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=47.14%
G=29.95%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811158800.360.510.2917.4238.5952.75
HexB57358024331D112735
Octal2651631300446335214765
Binary101101011110011101100001001001100111110110001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57358; }

 p { color: rgb(181,115,88); }

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

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

 a { background-color: rgb(181,115,88); }

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

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

 span { border-color: rgb(181,115,88); }

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