#B16250

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

Shades of Sante Fe #B16250

Tints of Sante Fe #B16250

Color information

#B16250 (or 0xB16250) is unknown color: approx Sante Fe. HEX triplet: B1, 62 and 50. RGB value is (177,98,80). Sum of RGB (Red+Green+Blue) = 177+98+80=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B16250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16250 is #4E9DAF. Grayscale: #777777. Windows color (decimal): -5152176 or 5268145. OLE color: 5268145.

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

Color convert

RGB1779880-
CMYK00.450.550.31
HSL11.13º38.34%50.39%-
HSV(B)11.13º54.8%69.41%-
XYZ23.9518.669.93-
YUV119.57105.67168.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=49.86%
G=27.61%
B=22.54%

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
Decimal177988000.450.550.3111.1338.3450.39
HexB1625002D371Fb2632
Octal2611421200556737134662
Binary10110001110001010100000101101110111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16250; }

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

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

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

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

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

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

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

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