#B47453

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

Shades of Sante Fe #B47453

Tints of Sante Fe #B47453

Color information

#B47453 (or 0xB47453) is unknown color: approx Sante Fe. HEX triplet: B4, 74 and 53. RGB value is (180,116,83). Sum of RGB (Red+Green+Blue) = 180+116+83=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B47453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47453 is #4B8BAC. Grayscale: #838383. Windows color (decimal): -4950957 or 5469364. OLE color: 5469364.

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

Color convert

RGB18011683-
CMYK00.360.540.29
HSL20.41º39.27%51.57%-
HSV(B)20.41º53.89%70.59%-
XYZ26.6322.8211.18-
YUV131.37100.7162.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=47.49%
G=30.61%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801168300.360.540.2920.4139.2751.57
HexB47453024361D142734
Octal2641641230446635244764
Binary101101001110100101001101001001101101110110100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47453; }

 p { color: rgb(180,116,83); }

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

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

 a { background-color: rgb(180,116,83); }

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

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

 span { border-color: rgb(180,116,83); }

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