#B46C55

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

Shades of Sante Fe #B46C55

Tints of Sante Fe #B46C55

Color information

#B46C55 (or 0xB46C55) is unknown color: approx Sante Fe. HEX triplet: B4, 6C and 55. RGB value is (180,108,85). Sum of RGB (Red+Green+Blue) = 180+108+85=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C55 is #4B93AA. Grayscale: #7F7F7F. Windows color (decimal): -4953003 or 5598388. OLE color: 5598388.

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

Color convert

RGB18010885-
CMYK00.400.530.29
HSL14.53º38.78%51.96%-
HSV(B)14.53º52.78%70.59%-
XYZ25.8221.0811.3-
YUV126.91104.35165.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=48.26%
G=28.95%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801088500.400.530.2914.5338.7851.96
HexB46C55028351Df2734
Octal2641541250506535174764
Binary10110100110110010101010101000110101111011111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C55; }

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

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

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

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

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

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

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

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