#B37355

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

Shades of Sante Fe #B37355

Tints of Sante Fe #B37355

Color information

#B37355 (or 0xB37355) is unknown color: approx Sante Fe. HEX triplet: B3, 73 and 55. RGB value is (179,115,85). Sum of RGB (Red+Green+Blue) = 179+115+85=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B37355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37355 is #4C8CAA. Grayscale: #828282. Windows color (decimal): -5016747 or 5600179. OLE color: 5600179.

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

Color convert

RGB17911585-
CMYK00.360.530.30
HSL19.15º38.21%51.76%-
HSV(B)19.15º52.51%70.2%-
XYZ26.3622.511.55-
YUV130.72102.2162.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=47.23%
G=30.34%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791158500.360.530.3019.1538.2151.76
HexB37355024351E132634
Octal2631631250446536234664
Binary101100111110011101010101001001101011111010011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37355; }

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

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

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

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

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

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

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

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