#B36352

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

Shades of Sante Fe #B36352

Tints of Sante Fe #B36352

Color information

#B36352 (or 0xB36352) is unknown color: approx Sante Fe. HEX triplet: B3, 63 and 52. RGB value is (179,99,82). Sum of RGB (Red+Green+Blue) = 179+99+82=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B36352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36352 is #4C9CAD. Grayscale: #797979. Windows color (decimal): -5020846 or 5399475. OLE color: 5399475.

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

Color convert

RGB1799982-
CMYK00.450.540.30
HSL10.52º38.96%51.18%-
HSV(B)10.52º54.19%70.2%-
XYZ24.5819.1210.38-
YUV120.98106169.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.72%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=49.72%
G=27.5%
B=22.78%

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
Decimal179998200.450.540.3010.5238.9651.18
HexB3635202D361Eb2733
Octal2631431220556636134763
Binary10110011110001110100100101101110110111101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36352; }

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

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

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

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

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

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

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

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