#B47551

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

Shades of Sante Fe #B47551

Tints of Sante Fe #B47551

Color information

#B47551 (or 0xB47551) is unknown color: approx Sante Fe. HEX triplet: B4, 75 and 51. RGB value is (180,117,81). Sum of RGB (Red+Green+Blue) = 180+117+81=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B47551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47551 is #4B8AAE. Grayscale: #838383. Windows color (decimal): -4950703 or 5338548. OLE color: 5338548.

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

Color convert

RGB18011781-
CMYK00.350.550.29
HSL21.82º39.76%51.18%-
HSV(B)21.82º55%70.59%-
XYZ26.6723.0210.82-
YUV131.7399.37162.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=47.62%
G=30.95%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801178100.350.550.2921.8239.7651.18
HexB47551023371D162833
Octal2641651210436735265063
Binary101101001110101101000101000111101111110110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47551; }

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

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

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

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

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

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

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

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