#B47358

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

Shades of Sante Fe #B47358

Tints of Sante Fe #B47358

Color information

#B47358 (or 0xB47358) is unknown color: approx Sante Fe. HEX triplet: B4, 73 and 58. RGB value is (180,115,88). Sum of RGB (Red+Green+Blue) = 180+115+88=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47358 is #4B8CA7. Grayscale: #838383. Windows color (decimal): -4951208 or 5796788. OLE color: 5796788.

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

Color convert

RGB18011588-
CMYK00.360.510.29
HSL17.61º38.02%52.55%-
HSV(B)17.61º51.11%70.59%-
XYZ26.7122.6712.2-
YUV131.36103.53162.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=47.00%
G=30.03%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801158800.360.510.2917.6138.0252.55
HexB47358024331D122635
Octal2641631300446335224665
Binary101101001110011101100001001001100111110110010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47358; }

 p { color: rgb(180,115,88); }

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

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

 a { background-color: rgb(180,115,88); }

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

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

 span { border-color: rgb(180,115,88); }

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