#B47651

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

Shades of Sante Fe #B47651

Tints of Sante Fe #B47651

Color information

#B47651 (or 0xB47651) is unknown color: approx Sante Fe. HEX triplet: B4, 76 and 51. RGB value is (180,118,81). Sum of RGB (Red+Green+Blue) = 180+118+81=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B47651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47651 is #4B89AE. Grayscale: #848484. Windows color (decimal): -4950447 or 5338804. OLE color: 5338804.

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

Color convert

RGB18011881-
CMYK00.340.550.29
HSL22.42º39.76%51.18%-
HSV(B)22.42º55%70.59%-
XYZ26.7923.2510.86-
YUV132.3299.04162.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=47.49%
G=31.13%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801188100.340.550.2922.4239.7651.18
HexB47651022371D162833
Octal2641661210426735265063
Binary101101001110110101000101000101101111110110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47651; }

 p { color: rgb(180,118,81); }

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

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

 a { background-color: rgb(180,118,81); }

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

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

 span { border-color: rgb(180,118,81); }

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