#B47951

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

Shades of Sante Fe #B47951

Tints of Sante Fe #B47951

Color information

#B47951 (or 0xB47951) is unknown color: approx Sante Fe. HEX triplet: B4, 79 and 51. RGB value is (180,121,81). Sum of RGB (Red+Green+Blue) = 180+121+81=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B47951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47951 is #4B86AE. Grayscale: #868686. Windows color (decimal): -4949679 or 5339572. OLE color: 5339572.

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

Color convert

RGB18012181-
CMYK00.330.550.29
HSL24.24º39.76%51.18%-
HSV(B)24.24º55%70.59%-
XYZ27.1423.9710.98-
YUV134.0898.05160.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=47.12%
G=31.68%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801218100.330.550.2924.2439.7651.18
HexB47951021371D182833
Octal2641711210416735305063
Binary101101001111001101000101000011101111110111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47951; }

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

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

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

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

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

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

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

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