#B47351

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

Shades of Sante Fe #B47351

Tints of Sante Fe #B47351

Color information

#B47351 (or 0xB47351) is unknown color: approx Sante Fe. HEX triplet: B4, 73 and 51. RGB value is (180,115,81). Sum of RGB (Red+Green+Blue) = 180+115+81=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B47351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47351 is #4B8CAE. Grayscale: #828282. Windows color (decimal): -4951215 or 5338036. OLE color: 5338036.

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

Color convert

RGB18011581-
CMYK00.360.550.29
HSL20.61º39.76%51.18%-
HSV(B)20.61º55%70.59%-
XYZ26.4422.5610.75-
YUV130.56100.03163.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=47.87%
G=30.59%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801158100.360.550.2920.6139.7651.18
HexB47351024371D152833
Octal2641631210446735255063
Binary101101001110011101000101001001101111110110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47351; }

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

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

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

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

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

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

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

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