#B46D52

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

Shades of Sante Fe #B46D52

Tints of Sante Fe #B46D52

Color information

#B46D52 (or 0xB46D52) is unknown color: approx Sante Fe. HEX triplet: B4, 6D and 52. RGB value is (180,109,82). Sum of RGB (Red+Green+Blue) = 180+109+82=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D52 is #4B92AD. Grayscale: #7F7F7F. Windows color (decimal): -4952750 or 5402036. OLE color: 5402036.

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

Color convert

RGB18010982-
CMYK00.390.540.29
HSL16.53º39.52%51.37%-
HSV(B)16.53º54.44%70.59%-
XYZ25.8121.2510.72-
YUV127.15102.52165.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=48.52%
G=29.38%
B=22.10%

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
Decimal1801098200.390.540.2916.5339.5251.37
HexB46D52027361D112833
Octal2641551220476635215063
Binary101101001101101101001001001111101101110110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D52; }

 p { color: rgb(180,109,82); }

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

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

 a { background-color: rgb(180,109,82); }

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

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

 span { border-color: rgb(180,109,82); }

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