#B46A57

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

Shades of Sante Fe #B46A57

Tints of Sante Fe #B46A57

Color information

#B46A57 (or 0xB46A57) is unknown color: approx Sante Fe. HEX triplet: B4, 6A and 57. RGB value is (180,106,87). Sum of RGB (Red+Green+Blue) = 180+106+87=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A57 is #4B95A8. Grayscale: #7E7E7E. Windows color (decimal): -4953513 or 5728948. OLE color: 5728948.

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

Color convert

RGB18010687-
CMYK00.410.520.29
HSL12.26º38.27%52.35%-
HSV(B)12.26º51.67%70.59%-
XYZ25.720.711.66-
YUV125.96106.02166.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=48.26%
G=28.42%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801068700.410.520.2912.2638.2752.35
HexB46A57029341Dc2634
Octal2641521270516435144664
Binary10110100110101010101110101001110100111011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A57; }

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

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

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

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

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

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

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

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