#B47850

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

Shades of Sante Fe #B47850

Tints of Sante Fe #B47850

Color information

#B47850 (or 0xB47850) is unknown color: approx Sante Fe. HEX triplet: B4, 78 and 50. RGB value is (180,120,80). Sum of RGB (Red+Green+Blue) = 180+120+80=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B47850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47850 is #4B87AF. Grayscale: #858585. Windows color (decimal): -4949936 or 5273780. OLE color: 5273780.

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

Color convert

RGB18012080-
CMYK00.330.560.29
HSL24º40%50.98%-
HSV(B)24º55.56%70.59%-
XYZ26.9923.7210.74-
YUV133.3897.88161.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=47.37%
G=31.58%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801208000.330.560.29244050.98
HexB47850021381D182833
Octal2641701200417035305063
Binary101101001111000101000001000011110001110111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47850; }

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

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

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

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

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

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

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

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