#B57258

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

Shades of Sante Fe #B57258

Tints of Sante Fe #B57258

Color information

#B57258 (or 0xB57258) is unknown color: approx Sante Fe. HEX triplet: B5, 72 and 58. RGB value is (181,114,88). Sum of RGB (Red+Green+Blue) = 181+114+88=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B57258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57258 is #4A8DA7. Grayscale: #838383. Windows color (decimal): -4885928 or 5796533. OLE color: 5796533.

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

Color convert

RGB18111488-
CMYK00.370.510.29
HSL16.77º38.59%52.75%-
HSV(B)16.77º51.38%70.98%-
XYZ26.8322.5612.17-
YUV131.07103.7163.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=47.26%
G=29.77%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811148800.370.510.2916.7738.5952.75
HexB57258025331D112735
Octal2651621300456335214765
Binary101101011110010101100001001011100111110110001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57258; }

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

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

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

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

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

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

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

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