#B37550

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

Shades of Sante Fe #B37550

Tints of Sante Fe #B37550

Color information

#B37550 (or 0xB37550) is unknown color: approx Sante Fe. HEX triplet: B3, 75 and 50. RGB value is (179,117,80). Sum of RGB (Red+Green+Blue) = 179+117+80=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B37550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37550 is #4C8AAF. Grayscale: #838383. Windows color (decimal): -5016240 or 5273011. OLE color: 5273011.

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

Color convert

RGB17911780-
CMYK00.350.550.30
HSL22.42º39.44%50.78%-
HSV(B)22.42º55.31%70.2%-
XYZ26.422.8910.62-
YUV131.3299.04162.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=47.61%
G=31.12%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791178000.350.550.3022.4239.4450.78
HexB37550023371E162733
Octal2631651200436736264763
Binary101100111110101101000001000111101111111010110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37550; }

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

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

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

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

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

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

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

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