#B46558

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

Shades of Sante Fe #B46558

Tints of Sante Fe #B46558

Color information

#B46558 (or 0xB46558) is unknown color: approx Sante Fe. HEX triplet: B4, 65 and 58. RGB value is (180,101,88). Sum of RGB (Red+Green+Blue) = 180+101+88=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B46558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46558 is #4B9AA7. Grayscale: #7B7B7B. Windows color (decimal): -4954792 or 5793204. OLE color: 5793204.

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

Color convert

RGB18010188-
CMYK00.440.510.29
HSL8.48º38.02%52.55%-
HSV(B)8.48º51.11%70.59%-
XYZ25.2419.7211.71-
YUV123.14108.17168.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=48.78%
G=27.37%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801018800.440.510.298.4838.0252.55
HexB4655802C331D82635
Octal2641451300546335104665
Binary10110100110010110110000101100110011111011000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46558; }

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

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

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

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

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

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

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

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