#B36E59

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

Shades of Sante Fe #B36E59

Tints of Sante Fe #B36E59

Color information

#B36E59 (or 0xB36E59) is unknown color: approx Sante Fe. HEX triplet: B3, 6E and 59. RGB value is (179,110,89). Sum of RGB (Red+Green+Blue) = 179+110+89=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E59 is #4C91A6. Grayscale: #808080. Windows color (decimal): -5018023 or 5861043. OLE color: 5861043.

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

Color convert

RGB17911089-
CMYK00.390.500.30
HSL14º37.19%52.55%-
HSV(B)14º50.28%70.2%-
XYZ25.9721.4612.22-
YUV128.24105.86164.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=47.35%
G=29.10%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791108900.390.500.301437.1952.55
HexB36E59027321Ee2535
Octal2631561310476236164565
Binary10110011110111010110010100111110010111101110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E59; }

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

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

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

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

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

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

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

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