#B16E5B

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

Shades of Sante Fe #B16E5B

Tints of Sante Fe #B16E5B

Color information

#B16E5B (or 0xB16E5B) is unknown color: approx Sante Fe. HEX triplet: B1, 6E and 5B. RGB value is (177,110,91). Sum of RGB (Red+Green+Blue) = 177+110+91=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E5B is #4E91A4. Grayscale: #808080. Windows color (decimal): -5149093 or 5992113. OLE color: 5992113.

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

Color convert

RGB17711091-
CMYK00.380.490.31
HSL13.26º35.54%52.55%-
HSV(B)13.26º48.59%69.41%-
XYZ25.621.2512.65-
YUV127.87107.2163.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=46.83%
G=29.10%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771109100.380.490.3113.2635.5452.55
HexB16E5B026311Fd2435
Octal2611561330466137154465
Binary10110001110111010110110100110110001111111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E5B; }

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

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

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

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

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

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

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

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