#B36E58

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

Shades of Sante Fe #B36E58

Tints of Sante Fe #B36E58

Color information

#B36E58 (or 0xB36E58) is unknown color: approx Sante Fe. HEX triplet: B3, 6E and 58. RGB value is (179,110,88). Sum of RGB (Red+Green+Blue) = 179+110+88=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E58 is #4C91A7. Grayscale: #808080. Windows color (decimal): -5018024 or 5795507. OLE color: 5795507.

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

Color convert

RGB17911088-
CMYK00.390.510.30
HSL14.51º37.45%52.35%-
HSV(B)14.51º50.84%70.2%-
XYZ25.9321.4412-
YUV128.12105.36164.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=47.48%
G=29.18%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791108800.390.510.3014.5137.4552.35
HexB36E58027331Ef2534
Octal2631561300476336174564
Binary10110011110111010110000100111110011111101111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E58; }

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

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

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

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

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

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

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

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