#B46C50

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

Shades of Sante Fe #B46C50

Tints of Sante Fe #B46C50

Color information

#B46C50 (or 0xB46C50) is unknown color: approx Sante Fe. HEX triplet: B4, 6C and 50. RGB value is (180,108,80). Sum of RGB (Red+Green+Blue) = 180+108+80=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C50 is #4B93AF. Grayscale: #7E7E7E. Windows color (decimal): -4953008 or 5270708. OLE color: 5270708.

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

Color convert

RGB18010880-
CMYK00.400.560.29
HSL16.8º40%50.98%-
HSV(B)16.8º55.56%70.59%-
XYZ25.6321.0110.29-
YUV126.34101.85166.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=48.91%
G=29.35%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801088000.400.560.2916.84050.98
HexB46C50028381D112833
Octal2641541200507035215063
Binary101101001101100101000001010001110001110110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C50; }

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

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

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

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

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

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

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

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