#B46857

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

Shades of Sante Fe #B46857

Tints of Sante Fe #B46857

Color information

#B46857 (or 0xB46857) is unknown color: approx Sante Fe. HEX triplet: B4, 68 and 57. RGB value is (180,104,87). Sum of RGB (Red+Green+Blue) = 180+104+87=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B46857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46857 is #4B97A8. Grayscale: #7C7C7C. Windows color (decimal): -4954025 or 5728436. OLE color: 5728436.

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

Color convert

RGB18010487-
CMYK00.420.520.29
HSL10.97º38.27%52.35%-
HSV(B)10.97º51.67%70.59%-
XYZ25.4920.2911.59-
YUV124.79106.68167.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=48.52%
G=28.03%
B=23.45%

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
Decimal1801048700.420.520.2910.9738.2752.35
HexB4685702A341Db2634
Octal2641501270526435134664
Binary10110100110100010101110101010110100111011011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46857; }

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

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

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

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

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

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

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

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