#B46E53

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

Shades of Sante Fe #B46E53

Tints of Sante Fe #B46E53

Color information

#B46E53 (or 0xB46E53) is unknown color: approx Sante Fe. HEX triplet: B4, 6E and 53. RGB value is (180,110,83). Sum of RGB (Red+Green+Blue) = 180+110+83=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E53 is #4B91AC. Grayscale: #808080. Windows color (decimal): -4952493 or 5467828. OLE color: 5467828.

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

Color convert

RGB18011083-
CMYK00.390.540.29
HSL16.7º39.27%51.57%-
HSV(B)16.7º53.89%70.59%-
XYZ25.9621.4810.96-
YUV127.85102.69165.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=48.26%
G=29.49%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801108300.390.540.2916.739.2751.57
HexB46E53027361D112734
Octal2641561230476635214764
Binary101101001101110101001101001111101101110110001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E53; }

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

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

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

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

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

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

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

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