#B37153

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

Shades of Sante Fe #B37153

Tints of Sante Fe #B37153

Color information

#B37153 (or 0xB37153) is unknown color: approx Sante Fe. HEX triplet: B3, 71 and 53. RGB value is (179,113,83). Sum of RGB (Red+Green+Blue) = 179+113+83=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B37153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37153 is #4C8EAC. Grayscale: #818181. Windows color (decimal): -5017261 or 5468595. OLE color: 5468595.

HSL color Cylindrical-coordinate representation of color #B37153: hue angle of 18.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B37153 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17911383-
CMYK00.370.540.30
HSL18.75º38.71%51.37%-
HSV(B)18.75º53.63%70.2%-
XYZ26.0622.0211.06-
YUV129.31101.87163.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=47.73%
G=30.13%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791138300.370.540.3018.7538.7151.37
HexB37153025361E132733
Octal2631611230456636234763
Binary101100111110001101001101001011101101111010011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37153; }

 p { color: rgb(179,113,83); }

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

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

 a { background-color: rgb(179,113,83); }

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

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

 span { border-color: rgb(179,113,83); }

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