#B16850

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

Shades of Sante Fe #B16850

Tints of Sante Fe #B16850

Color information

#B16850 (or 0xB16850) is unknown color: approx Sante Fe. HEX triplet: B1, 68 and 50. RGB value is (177,104,80). Sum of RGB (Red+Green+Blue) = 177+104+80=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B16850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16850 is #4E97AF. Grayscale: #7B7B7B. Windows color (decimal): -5150640 or 5269681. OLE color: 5269681.

HSL color Cylindrical-coordinate representation of color #B16850: hue angle of 14.85º 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 #B16850 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17710480-
CMYK00.410.550.31
HSL14.85º38.34%50.39%-
HSV(B)14.85º54.8%69.41%-
XYZ24.5319.8310.12-
YUV123.09103.68166.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=49.03%
G=28.81%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771048000.410.550.3114.8538.3450.39
HexB16850029371Ff2632
Octal2611501200516737174662
Binary10110001110100010100000101001110111111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16850; }

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

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

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

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

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

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

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

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