#B47857

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

Shades of Sante Fe #B47857

Tints of Sante Fe #B47857

Color information

#B47857 (or 0xB47857) is unknown color: approx Sante Fe. HEX triplet: B4, 78 and 57. RGB value is (180,120,87). Sum of RGB (Red+Green+Blue) = 180+120+87=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B47857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47857 is #4B87A8. Grayscale: #868686. Windows color (decimal): -4949929 or 5732532. OLE color: 5732532.

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

Color convert

RGB18012087-
CMYK00.330.520.29
HSL21.29º38.27%52.35%-
HSV(B)21.29º51.67%70.59%-
XYZ27.2623.8212.18-
YUV134.18101.38160.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=46.51%
G=31.01%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801208700.330.520.2921.2938.2752.35
HexB47857021341D152634
Octal2641701270416435254664
Binary101101001111000101011101000011101001110110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47857; }

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

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

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

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

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

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

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

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