#B46D51

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

Shades of Sante Fe #B46D51

Tints of Sante Fe #B46D51

Color information

#B46D51 (or 0xB46D51) is unknown color: approx Sante Fe. HEX triplet: B4, 6D and 51. RGB value is (180,109,81). Sum of RGB (Red+Green+Blue) = 180+109+81=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D51 is #4B92AE. Grayscale: #7F7F7F. Windows color (decimal): -4952751 or 5336500. OLE color: 5336500.

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

Color convert

RGB18010981-
CMYK00.390.550.29
HSL16.97º39.76%51.18%-
HSV(B)16.97º55%70.59%-
XYZ25.7821.2310.52-
YUV127.04102.02165.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 109 (42.97% from 255) = 29.46%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=48.65%
G=29.46%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801098100.390.550.2916.9739.7651.18
HexB46D51027371D112833
Octal2641551210476735215063
Binary101101001101101101000101001111101111110110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D51; }

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

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

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

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

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

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

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

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