#b37859

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

Shades of Sante Fe #B37859

Tints of Sante Fe #B37859

Color information

#B37859 (or 0xB37859) is unknown color: approx Sante Fe. HEX triplet: B3, 78 and 59. RGB value is (179,120,89). Sum of RGB (Red+Green+Blue) = 179+120+89=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B37859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37859 is #4C87A6. Grayscale: #868686. Windows color (decimal): -5015463 or 5863603. OLE color: 5863603.

HSL color Cylindrical-coordinate representation of color #B37859: hue angle of 20.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37859 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17912089-
CMYK00.330.500.30
HSL20.67º37.19%52.55%-
HSV(B)20.67º50.28%70.2%-
XYZ27.1123.7412.6-
YUV134.11102.55160.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=46.13%
G=30.93%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791208900.330.500.3020.6737.1952.55
HexB37859021321E152535
Octal2631701310416236254565
Binary101100111111000101100101000011100101111010101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b37859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b37859; }

 p { color: rgb(179,120,89); }

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

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

 a { background-color: rgb(179,120,89); }

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

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

 span { border-color: rgb(179,120,89); }

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