#B16F5B

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

Shades of Sante Fe #B16F5B

Tints of Sante Fe #B16F5B

Color information

#B16F5B (or 0xB16F5B) is unknown color: approx Sante Fe. HEX triplet: B1, 6F and 5B. RGB value is (177,111,91). Sum of RGB (Red+Green+Blue) = 177+111+91=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F5B is #4E90A4. Grayscale: #808080. Windows color (decimal): -5148837 or 5992369. OLE color: 5992369.

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

Color convert

RGB17711191-
CMYK00.370.490.31
HSL13.95º35.54%52.55%-
HSV(B)13.95º48.59%69.41%-
XYZ25.721.4712.69-
YUV128.45106.87162.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=46.70%
G=29.29%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771119100.370.490.3113.9535.5452.55
HexB16F5B025311Fe2435
Octal2611571330456137164465
Binary10110001110111110110110100101110001111111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F5B; }

 p { color: rgb(177,111,91); }

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

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

 a { background-color: rgb(177,111,91); }

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

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

 span { border-color: rgb(177,111,91); }

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