#B46953

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

Shades of Sante Fe #B46953

Tints of Sante Fe #B46953

Color information

#B46953 (or 0xB46953) is unknown color: approx Sante Fe. HEX triplet: B4, 69 and 53. RGB value is (180,105,83). Sum of RGB (Red+Green+Blue) = 180+105+83=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B46953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46953 is #4B96AC. Grayscale: #7D7D7D. Windows color (decimal): -4953773 or 5466548. OLE color: 5466548.

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

Color convert

RGB18010583-
CMYK00.420.540.29
HSL13.61º39.27%51.57%-
HSV(B)13.61º53.89%70.59%-
XYZ25.4420.4310.79-
YUV124.92104.35167.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=48.91%
G=28.53%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801058300.420.540.2913.6139.2751.57
HexB4695302A361De2734
Octal2641511230526635164764
Binary10110100110100110100110101010110110111011110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46953; }

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

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

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

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

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

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

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

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