#B36D51

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

Shades of Sante Fe #B36D51

Tints of Sante Fe #B36D51

Color information

#B36D51 (or 0xB36D51) is unknown color: approx Sante Fe. HEX triplet: B3, 6D and 51. RGB value is (179,109,81). Sum of RGB (Red+Green+Blue) = 179+109+81=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D51 is #4C92AE. Grayscale: #7E7E7E. Windows color (decimal): -5018287 or 5336499. OLE color: 5336499.

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

Color convert

RGB17910981-
CMYK00.390.550.30
HSL17.14º39.2%50.98%-
HSV(B)17.14º54.75%70.2%-
XYZ25.5421.1210.51-
YUV126.74102.19165.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=48.51%
G=29.54%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791098100.390.550.3017.1439.250.98
HexB36D51027371E112733
Octal2631551210476736214763
Binary101100111101101101000101001111101111111010001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D51; }

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

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

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

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

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

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

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

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