#B36353

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

Shades of Sante Fe #B36353

Tints of Sante Fe #B36353

Color information

#B36353 (or 0xB36353) is unknown color: approx Sante Fe. HEX triplet: B3, 63 and 53. RGB value is (179,99,83). Sum of RGB (Red+Green+Blue) = 179+99+83=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B36353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36353 is #4C9CAC. Grayscale: #797979. Windows color (decimal): -5020845 or 5465011. OLE color: 5465011.

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

Color convert

RGB1799983-
CMYK00.450.540.30
HSL10º38.71%51.37%-
HSV(B)10º53.63%70.2%-
XYZ24.6119.1310.58-
YUV121.1106.5169.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 83 (32.81% from 255) = 22.99%
R=49.58%
G=27.42%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179998300.450.540.301038.7151.37
HexB3635302D361Ea2733
Octal2631431230556636124763
Binary10110011110001110100110101101110110111101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36353; }

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

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

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

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

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

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

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

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