#B47350

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

Shades of Sante Fe #B47350

Tints of Sante Fe #B47350

Color information

#B47350 (or 0xB47350) is unknown color: approx Sante Fe. HEX triplet: B4, 73 and 50. RGB value is (180,115,80). Sum of RGB (Red+Green+Blue) = 180+115+80=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B47350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47350 is #4B8CAF. Grayscale: #828282. Windows color (decimal): -4951216 or 5272500. OLE color: 5272500.

HSL color Cylindrical-coordinate representation of color #B47350: hue angle of 21º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B47350 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18011580-
CMYK00.360.560.29
HSL21º40%50.98%-
HSV(B)21º55.56%70.59%-
XYZ26.422.5410.55-
YUV130.4499.53163.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=48%
G=30.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801158000.360.560.29214050.98
HexB47350024381D152833
Octal2641631200447035255063
Binary101101001110011101000001001001110001110110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47350; }

 p { color: rgb(180,115,80); }

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

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

 a { background-color: rgb(180,115,80); }

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

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

 span { border-color: rgb(180,115,80); }

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