#B46956

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

Shades of Sante Fe #B46956

Tints of Sante Fe #B46956

Color information

#B46956 (or 0xB46956) is unknown color: approx Sante Fe. HEX triplet: B4, 69 and 56. RGB value is (180,105,86). Sum of RGB (Red+Green+Blue) = 180+105+86=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B46956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46956 is #4B96A9. Grayscale: #7D7D7D. Windows color (decimal): -4953770 or 5663156. OLE color: 5663156.

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

Color convert

RGB18010586-
CMYK00.420.520.29
HSL12.13º38.52%52.16%-
HSV(B)12.13º52.22%70.59%-
XYZ25.5520.4811.41-
YUV125.26105.85167.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=48.52%
G=28.30%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801058600.420.520.2912.1338.5252.16
HexB4695602A341Dc2734
Octal2641511260526435144764
Binary10110100110100110101100101010110100111011100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46956; }

 p { color: rgb(180,105,86); }

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

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

 a { background-color: rgb(180,105,86); }

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

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

 span { border-color: rgb(180,105,86); }

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