#B47750

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

Shades of Sante Fe #B47750

Tints of Sante Fe #B47750

Color information

#B47750 (or 0xB47750) is unknown color: approx Sante Fe. HEX triplet: B4, 77 and 50. RGB value is (180,119,80). Sum of RGB (Red+Green+Blue) = 180+119+80=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B47750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47750 is #4B88AF. Grayscale: #858585. Windows color (decimal): -4950192 or 5273524. OLE color: 5273524.

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

Color convert

RGB18011980-
CMYK00.340.560.29
HSL23.4º40%50.98%-
HSV(B)23.4º55.56%70.59%-
XYZ26.8723.4810.7-
YUV132.7998.21161.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=47.49%
G=31.40%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801198000.340.560.2923.44050.98
HexB47750022381D172833
Octal2641671200427035275063
Binary101101001110111101000001000101110001110110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47750; }

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

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

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

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

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

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

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

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