#b47853

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

Shades of Sante Fe #B47853

Tints of Sante Fe #B47853

Color information

#B47853 (or 0xB47853) is unknown color: approx Sante Fe. HEX triplet: B4, 78 and 53. RGB value is (180,120,83). Sum of RGB (Red+Green+Blue) = 180+120+83=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47853 is #4B87AC. Grayscale: #858585. Windows color (decimal): -4949933 or 5470388. OLE color: 5470388.

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

Color convert

RGB18012083-
CMYK00.330.540.29
HSL22.89º39.27%51.57%-
HSV(B)22.89º53.89%70.59%-
XYZ27.123.7611.34-
YUV133.7299.38161.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=47.00%
G=31.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801208300.330.540.2922.8939.2751.57
HexB47853021361D172734
Octal2641701230416635274764
Binary101101001111000101001101000011101101110110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47853; }

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

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

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

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

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

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

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

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