#B36951

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

Shades of Sante Fe #B36951

Tints of Sante Fe #B36951

Color information

#B36951 (or 0xB36951) is unknown color: approx Sante Fe. HEX triplet: B3, 69 and 51. RGB value is (179,105,81). Sum of RGB (Red+Green+Blue) = 179+105+81=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B36951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36951 is #4C96AE. Grayscale: #7C7C7C. Windows color (decimal): -5019311 or 5335475. OLE color: 5335475.

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

Color convert

RGB17910581-
CMYK00.410.550.30
HSL14.69º39.2%50.98%-
HSV(B)14.69º54.75%70.2%-
XYZ25.1320.2810.37-
YUV124.39103.52166.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=49.04%
G=28.77%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791058100.410.550.3014.6939.250.98
HexB36951029371Ef2733
Octal2631511210516736174763
Binary10110011110100110100010101001110111111101111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36951; }

 p { color: rgb(179,105,81); }

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

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

 a { background-color: rgb(179,105,81); }

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

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

 span { border-color: rgb(179,105,81); }

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