#B37253

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

Shades of Sante Fe #B37253

Tints of Sante Fe #B37253

Color information

#B37253 (or 0xB37253) is unknown color: approx Sante Fe. HEX triplet: B3, 72 and 53. RGB value is (179,114,83). Sum of RGB (Red+Green+Blue) = 179+114+83=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B37253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37253 is #4C8DAC. Grayscale: #828282. Windows color (decimal): -5017005 or 5468851. OLE color: 5468851.

HSL color Cylindrical-coordinate representation of color #B37253: hue angle of 19.38º 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 #B37253 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17911483-
CMYK00.360.540.30
HSL19.38º38.71%51.37%-
HSV(B)19.38º53.63%70.2%-
XYZ26.1722.2411.1-
YUV129.9101.53163.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=47.61%
G=30.32%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791148300.360.540.3019.3838.7151.37
HexB37253024361E132733
Octal2631621230446636234763
Binary101100111110010101001101001001101101111010011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37253; }

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

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

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

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

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

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

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

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