#B36A51

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

Shades of Sante Fe #B36A51

Tints of Sante Fe #B36A51

Color information

#B36A51 (or 0xB36A51) is unknown color: approx Sante Fe. HEX triplet: B3, 6A and 51. RGB value is (179,106,81). Sum of RGB (Red+Green+Blue) = 179+106+81=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36A51 is #4C95AE. Grayscale: #7D7D7D. Windows color (decimal): -5019055 or 5335731. OLE color: 5335731.

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

Color convert

RGB17910681-
CMYK00.410.550.30
HSL15.31º39.2%50.98%-
HSV(B)15.31º54.75%70.2%-
XYZ25.2320.4910.41-
YUV124.98103.18166.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=48.91%
G=28.96%
B=22.13%

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
Decimal1791068100.410.550.3015.3139.250.98
HexB36A51029371Ef2733
Octal2631521210516736174763
Binary10110011110101010100010101001110111111101111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A51; }

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

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

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

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

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

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

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

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