#B46B55

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

Shades of Sante Fe #B46B55

Tints of Sante Fe #B46B55

Color information

#B46B55 (or 0xB46B55) is unknown color: approx Sante Fe. HEX triplet: B4, 6B and 55. RGB value is (180,107,85). Sum of RGB (Red+Green+Blue) = 180+107+85=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B55 is #4B94AA. Grayscale: #7E7E7E. Windows color (decimal): -4953259 or 5598132. OLE color: 5598132.

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

Color convert

RGB18010785-
CMYK00.410.530.29
HSL13.89º38.78%51.96%-
HSV(B)13.89º52.78%70.59%-
XYZ25.7220.8711.27-
YUV126.32104.68166.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=48.39%
G=28.76%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801078500.410.530.2913.8938.7851.96
HexB46B55029351De2734
Octal2641531250516535164764
Binary10110100110101110101010101001110101111011110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B55; }

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

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

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

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

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

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

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

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