#B16150

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

Shades of Sante Fe #B16150

Tints of Sante Fe #B16150

Color information

#B16150 (or 0xB16150) is unknown color: approx Sante Fe. HEX triplet: B1, 61 and 50. RGB value is (177,97,80). Sum of RGB (Red+Green+Blue) = 177+97+80=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B16150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16150 is #4E9EAF. Grayscale: #777777. Windows color (decimal): -5152432 or 5267889. OLE color: 5267889.

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

Color convert

RGB1779780-
CMYK00.450.550.31
HSL10.52º38.34%50.39%-
HSV(B)10.52º54.8%69.41%-
XYZ23.8518.489.9-
YUV118.98106169.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=50%
G=27.40%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177978000.450.550.3110.5238.3450.39
HexB1615002D371Fb2632
Octal2611411200556737134662
Binary10110001110000110100000101101110111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16150; }

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

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

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

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

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

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

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

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