#B47755

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

Shades of Sante Fe #B47755

Tints of Sante Fe #B47755

Color information

#B47755 (or 0xB47755) is unknown color: approx Sante Fe. HEX triplet: B4, 77 and 55. RGB value is (180,119,85). Sum of RGB (Red+Green+Blue) = 180+119+85=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47755 is #4B88AA. Grayscale: #858585. Windows color (decimal): -4950187 or 5601204. OLE color: 5601204.

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

Color convert

RGB18011985-
CMYK00.340.530.29
HSL21.47º38.78%51.96%-
HSV(B)21.47º52.78%70.59%-
XYZ27.0623.5511.71-
YUV133.36100.71161.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=46.88%
G=30.99%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801198500.340.530.2921.4738.7851.96
HexB47755022351D152734
Octal2641671250426535254764
Binary101101001110111101010101000101101011110110101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47755; }

 p { color: rgb(180,119,85); }

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

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

 a { background-color: rgb(180,119,85); }

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

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

 span { border-color: rgb(180,119,85); }

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