#B16654

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

Shades of Sante Fe #B16654

Tints of Sante Fe #B16654

Color information

#B16654 (or 0xB16654) is unknown color: approx Sante Fe. HEX triplet: B1, 66 and 54. RGB value is (177,102,84). Sum of RGB (Red+Green+Blue) = 177+102+84=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B16654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16654 is #4E99AB. Grayscale: #7A7A7A. Windows color (decimal): -5151148 or 5531313. OLE color: 5531313.

HSL color Cylindrical-coordinate representation of color #B16654: hue angle of 11.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B16654 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17710284-
CMYK00.420.530.31
HSL11.61º37.35%51.18%-
HSV(B)11.61º52.54%69.41%-
XYZ24.4819.4910.86-
YUV122.37106.35166.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=48.76%
G=28.10%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771028400.420.530.3111.6137.3551.18
HexB1665402A351Fc2533
Octal2611461240526537144563
Binary10110001110011010101000101010110101111111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16654; }

 p { color: rgb(177,102,84); }

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

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

 a { background-color: rgb(177,102,84); }

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

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

 span { border-color: rgb(177,102,84); }

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