#b46e57

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

Shades of Sante Fe #B46E57

Tints of Sante Fe #B46E57

Color information

#B46E57 (or 0xB46E57) is unknown color: approx Sante Fe. HEX triplet: B4, 6E and 57. RGB value is (180,110,87). Sum of RGB (Red+Green+Blue) = 180+110+87=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E57 is #4B91A8. Grayscale: #808080. Windows color (decimal): -4952489 or 5729972. OLE color: 5729972.

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

Color convert

RGB18011087-
CMYK00.390.520.29
HSL14.84º38.27%52.35%-
HSV(B)14.84º51.67%70.59%-
XYZ26.1221.5411.8-
YUV128.31104.69164.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=47.75%
G=29.18%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801108700.390.520.2914.8438.2752.35
HexB46E57027341Df2634
Octal2641561270476435174664
Binary10110100110111010101110100111110100111011111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46e57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46e57; }

 p { color: rgb(180,110,87); }

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

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

 a { background-color: rgb(180,110,87); }

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

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

 span { border-color: rgb(180,110,87); }

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