#B16156

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

Shades of Sante Fe #B16156

Tints of Sante Fe #B16156

Color information

#B16156 (or 0xB16156) is unknown color: approx Sante Fe. HEX triplet: B1, 61 and 56. RGB value is (177,97,86). Sum of RGB (Red+Green+Blue) = 177+97+86=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B16156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16156 is #4E9EA9. Grayscale: #777777. Windows color (decimal): -5152426 or 5661105. OLE color: 5661105.

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

Color convert

RGB1779786-
CMYK00.450.510.31
HSL7.25º36.84%51.57%-
HSV(B)7.25º51.41%69.41%-
XYZ24.0918.5711.12-
YUV119.67109168.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=49.17%
G=26.94%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177978600.450.510.317.2536.8451.57
HexB1615602D331F72534
Octal261141126055633774564
Binary1011000111000011010110010110111001111111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16156; }

 p { color: rgb(177,97,86); }

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

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

 a { background-color: rgb(177,97,86); }

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

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

 span { border-color: rgb(177,97,86); }

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