#B16650

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

Shades of Sante Fe #B16650

Tints of Sante Fe #B16650

Color information

#B16650 (or 0xB16650) is unknown color: approx Sante Fe. HEX triplet: B1, 66 and 50. RGB value is (177,102,80). Sum of RGB (Red+Green+Blue) = 177+102+80=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B16650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16650 is #4E99AF. Grayscale: #7A7A7A. Windows color (decimal): -5151152 or 5269169. OLE color: 5269169.

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

Color convert

RGB17710280-
CMYK00.420.550.31
HSL13.61º38.34%50.39%-
HSV(B)13.61º54.8%69.41%-
XYZ24.3319.4310.06-
YUV121.92104.35167.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=49.30%
G=28.41%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771028000.420.550.3113.6138.3450.39
HexB1665002A371Fe2632
Octal2611461200526737164662
Binary10110001110011010100000101010110111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16650; }

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

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

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

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

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

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

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

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