#B46D50

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

Shades of Sante Fe #B46D50

Tints of Sante Fe #B46D50

Color information

#B46D50 (or 0xB46D50) is unknown color: approx Sante Fe. HEX triplet: B4, 6D and 50. RGB value is (180,109,80). Sum of RGB (Red+Green+Blue) = 180+109+80=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D50 is #4B92AF. Grayscale: #7F7F7F. Windows color (decimal): -4952752 or 5270964. OLE color: 5270964.

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

Color convert

RGB18010980-
CMYK00.390.560.29
HSL17.4º40%50.98%-
HSV(B)17.4º55.56%70.59%-
XYZ25.7421.2210.33-
YUV126.92101.52165.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=48.78%
G=29.54%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801098000.390.560.2917.44050.98
HexB46D50027381D112833
Octal2641551200477035215063
Binary101101001101101101000001001111110001110110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D50; }

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

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

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

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

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

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

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

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