#b46656

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

Shades of Sante Fe #B46656

Tints of Sante Fe #B46656

Color information

#B46656 (or 0xB46656) is unknown color: approx Sante Fe. HEX triplet: B4, 66 and 56. RGB value is (180,102,86). Sum of RGB (Red+Green+Blue) = 180+102+86=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B46656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46656 is #4B99A9. Grayscale: #7B7B7B. Windows color (decimal): -4954538 or 5662388. OLE color: 5662388.

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

Color convert

RGB18010286-
CMYK00.430.520.29
HSL10.21º38.52%52.16%-
HSV(B)10.21º52.22%70.59%-
XYZ25.2519.8811.31-
YUV123.5106.84168.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=48.91%
G=27.72%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801028600.430.520.2910.2138.5252.16
HexB4665602B341Da2734
Octal2641461260536435124764
Binary10110100110011010101100101011110100111011010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46656; }

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

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

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

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

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

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

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

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