#B46E59

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

Shades of Sante Fe #B46E59

Tints of Sante Fe #B46E59

Color information

#B46E59 (or 0xB46E59) is unknown color: approx Sante Fe. HEX triplet: B4, 6E and 59. RGB value is (180,110,89). Sum of RGB (Red+Green+Blue) = 180+110+89=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E59 is #4B91A6. Grayscale: #808080. Windows color (decimal): -4952487 or 5861044. OLE color: 5861044.

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

Color convert

RGB18011089-
CMYK00.390.510.29
HSL13.85º37.76%52.75%-
HSV(B)13.85º50.56%70.59%-
XYZ26.221.5812.23-
YUV128.54105.69164.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=47.49%
G=29.02%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801108900.390.510.2913.8537.7652.75
HexB46E59027331De2635
Octal2641561310476335164665
Binary10110100110111010110010100111110011111011110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E59; }

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

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

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

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

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

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

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

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