#B37050

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

Shades of Sante Fe #B37050

Tints of Sante Fe #B37050

Color information

#B37050 (or 0xB37050) is unknown color: approx Sante Fe. HEX triplet: B3, 70 and 50. RGB value is (179,112,80). Sum of RGB (Red+Green+Blue) = 179+112+80=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B37050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37050 is #4C8FAF. Grayscale: #808080. Windows color (decimal): -5017520 or 5271731. OLE color: 5271731.

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

Color convert

RGB17911280-
CMYK00.370.550.30
HSL19.39º39.44%50.78%-
HSV(B)19.39º55.31%70.2%-
XYZ25.8321.7510.43-
YUV128.38100.7164.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=48.25%
G=30.19%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791128000.370.550.3019.3939.4450.78
HexB37050025371E132733
Octal2631601200456736234763
Binary101100111110000101000001001011101111111010011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37050; }

 p { color: rgb(179,112,80); }

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

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

 a { background-color: rgb(179,112,80); }

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

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

 span { border-color: rgb(179,112,80); }

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