#B46C53

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

Shades of Sante Fe #B46C53

Tints of Sante Fe #B46C53

Color information

#B46C53 (or 0xB46C53) is unknown color: approx Sante Fe. HEX triplet: B4, 6C and 53. RGB value is (180,108,83). Sum of RGB (Red+Green+Blue) = 180+108+83=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C53 is #4B93AC. Grayscale: #7E7E7E. Windows color (decimal): -4953005 or 5467316. OLE color: 5467316.

HSL color Cylindrical-coordinate representation of color #B46C53: hue angle of 15.46º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B46C53 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18010883-
CMYK00.400.540.29
HSL15.46º39.27%51.57%-
HSV(B)15.46º53.89%70.59%-
XYZ25.7521.0510.89-
YUV126.68103.35166.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=48.52%
G=29.11%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801088300.400.540.2915.4639.2751.57
HexB46C53028361Df2734
Octal2641541230506635174764
Binary10110100110110010100110101000110110111011111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C53; }

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

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

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

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

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

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

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

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