#B37351

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

Shades of Sante Fe #B37351

Tints of Sante Fe #B37351

Color information

#B37351 (or 0xB37351) is unknown color: approx Sante Fe. HEX triplet: B3, 73 and 51. RGB value is (179,115,81). Sum of RGB (Red+Green+Blue) = 179+115+81=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B37351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37351 is #4C8CAE. Grayscale: #828282. Windows color (decimal): -5016751 or 5338035. OLE color: 5338035.

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

Color convert

RGB17911581-
CMYK00.360.550.30
HSL20.82º39.2%50.98%-
HSV(B)20.82º54.75%70.2%-
XYZ26.2122.4410.73-
YUV130.26100.2162.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=47.73%
G=30.67%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791158100.360.550.3020.8239.250.98
HexB37351024371E152733
Octal2631631210446736254763
Binary101100111110011101000101001001101111111010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37351; }

 p { color: rgb(179,115,81); }

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

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

 a { background-color: rgb(179,115,81); }

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

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

 span { border-color: rgb(179,115,81); }

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