#B46957

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

Shades of Sante Fe #B46957

Tints of Sante Fe #B46957

Color information

#B46957 (or 0xB46957) is unknown color: approx Sante Fe. HEX triplet: B4, 69 and 57. RGB value is (180,105,87). Sum of RGB (Red+Green+Blue) = 180+105+87=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B46957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46957 is #4B96A8. Grayscale: #7D7D7D. Windows color (decimal): -4953769 or 5728692. OLE color: 5728692.

HSL color Cylindrical-coordinate representation of color #B46957: hue angle of 11.61º 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 #B46957 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18010587-
CMYK00.420.520.29
HSL11.61º38.27%52.35%-
HSV(B)11.61º51.67%70.59%-
XYZ25.5920.4911.62-
YUV125.37106.35166.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=48.39%
G=28.23%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801058700.420.520.2911.6138.2752.35
HexB4695702A341Dc2634
Octal2641511270526435144664
Binary10110100110100110101110101010110100111011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46957; }

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

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

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

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

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

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

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

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