#B36357

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

Shades of Sante Fe #B36357

Tints of Sante Fe #B36357

Color information

#B36357 (or 0xB36357) is unknown color: approx Sante Fe. HEX triplet: B3, 63 and 57. RGB value is (179,99,87). Sum of RGB (Red+Green+Blue) = 179+99+87=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B36357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36357 is #4C9CA8. Grayscale: #797979. Windows color (decimal): -5020841 or 5727155. OLE color: 5727155.

HSL color Cylindrical-coordinate representation of color #B36357: hue angle of 7.83º degrees, saturation: 0.38, 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 #B36357 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1799987-
CMYK00.450.510.30
HSL7.83º37.7%52.16%-
HSV(B)7.83º51.4%70.2%-
XYZ24.7719.211.42-
YUV121.55108.5168.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=49.04%
G=27.12%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179998700.450.510.307.8337.752.16
HexB3635702D331E82634
Octal2631431270556336104664
Binary10110011110001110101110101101110011111101000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36357; }

 p { color: rgb(179,99,87); }

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

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

 a { background-color: rgb(179,99,87); }

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

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

 span { border-color: rgb(179,99,87); }

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