#B46551

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

Shades of Sante Fe #B46551

Tints of Sante Fe #B46551

Color information

#B46551 (or 0xB46551) is unknown color: approx Sante Fe. HEX triplet: B4, 65 and 51. RGB value is (180,101,81). Sum of RGB (Red+Green+Blue) = 180+101+81=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B46551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46551 is #4B9AAE. Grayscale: #7A7A7A. Windows color (decimal): -4954799 or 5334452. OLE color: 5334452.

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

Color convert

RGB18010181-
CMYK00.440.550.29
HSL12.12º39.76%51.18%-
HSV(B)12.12º55%70.59%-
XYZ24.9619.610.25-
YUV122.34104.67169.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=49.72%
G=27.90%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801018100.440.550.2912.1239.7651.18
HexB4655102C371Dc2833
Octal2641451210546735145063
Binary10110100110010110100010101100110111111011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46551; }

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

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

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

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

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

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

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

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