#B46C51

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

Shades of Sante Fe #B46C51

Tints of Sante Fe #B46C51

Color information

#B46C51 (or 0xB46C51) is unknown color: approx Sante Fe. HEX triplet: B4, 6C and 51. RGB value is (180,108,81). Sum of RGB (Red+Green+Blue) = 180+108+81=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C51 is #4B93AE. Grayscale: #7E7E7E. Windows color (decimal): -4953007 or 5336244. OLE color: 5336244.

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

Color convert

RGB18010881-
CMYK00.400.550.29
HSL16.36º39.76%51.18%-
HSV(B)16.36º55%70.59%-
XYZ25.6721.0210.49-
YUV126.45102.35166.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=48.78%
G=29.27%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801088100.400.550.2916.3639.7651.18
HexB46C51028371D102833
Octal2641541210506735205063
Binary101101001101100101000101010001101111110110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C51; }

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

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

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

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

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

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

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

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