#B36C56

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

Shades of Sante Fe #B36C56

Tints of Sante Fe #B36C56

Color information

#B36C56 (or 0xB36C56) is unknown color: approx Sante Fe. HEX triplet: B3, 6C and 56. RGB value is (179,108,86). Sum of RGB (Red+Green+Blue) = 179+108+86=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36C56 is #4C93A9. Grayscale: #7E7E7E. Windows color (decimal): -5018538 or 5663923. OLE color: 5663923.

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

Color convert

RGB17910886-
CMYK00.400.520.30
HSL14.19º37.96%51.96%-
HSV(B)14.19º51.96%70.2%-
XYZ25.6320.9811.5-
YUV126.72105.02165.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=47.99%
G=28.95%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791088600.400.520.3014.1937.9651.96
HexB36C56028341Ee2634
Octal2631541260506436164664
Binary10110011110110010101100101000110100111101110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C56; }

 p { color: rgb(179,108,86); }

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

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

 a { background-color: rgb(179,108,86); }

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

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

 span { border-color: rgb(179,108,86); }

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