#B47A54

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

Shades of Sante Fe #B47A54

Tints of Sante Fe #B47A54

Color information

#B47A54 (or 0xB47A54) is unknown color: approx Sante Fe. HEX triplet: B4, 7A and 54. RGB value is (180,122,84). Sum of RGB (Red+Green+Blue) = 180+122+84=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A54 is #4B85AB. Grayscale: #878787. Windows color (decimal): -4949420 or 5536436. OLE color: 5536436.

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

Color convert

RGB18012284-
CMYK00.320.530.29
HSL23.75º39.02%51.76%-
HSV(B)23.75º53.33%70.59%-
XYZ27.3824.2611.63-
YUV135.0199.22160.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=46.63%
G=31.61%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801228400.320.530.2923.7539.0251.76
HexB47A54020351D182734
Octal2641721240406535304764
Binary101101001111010101010001000001101011110111000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A54; }

 p { color: rgb(180,122,84); }

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

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

 a { background-color: rgb(180,122,84); }

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

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

 span { border-color: rgb(180,122,84); }

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