#B37452

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

Shades of Sante Fe #B37452

Tints of Sante Fe #B37452

Color information

#B37452 (or 0xB37452) is unknown color: approx Sante Fe. HEX triplet: B3, 74 and 52. RGB value is (179,116,82). Sum of RGB (Red+Green+Blue) = 179+116+82=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B37452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37452 is #4C8BAD. Grayscale: #838383. Windows color (decimal): -5016494 or 5403827. OLE color: 5403827.

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

Color convert

RGB17911682-
CMYK00.350.540.30
HSL21.03º38.96%51.18%-
HSV(B)21.03º54.19%70.2%-
XYZ26.3622.6810.97-
YUV130.96100.37162.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=47.48%
G=30.77%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791168200.350.540.3021.0338.9651.18
HexB37452023361E152733
Octal2631641220436636254763
Binary101100111110100101001001000111101101111010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37452; }

 p { color: rgb(179,116,82); }

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

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

 a { background-color: rgb(179,116,82); }

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

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

 span { border-color: rgb(179,116,82); }

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