#B16D5B

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

Shades of Sante Fe #B16D5B

Tints of Sante Fe #B16D5B

Color information

#B16D5B (or 0xB16D5B) is unknown color: approx Sante Fe. HEX triplet: B1, 6D and 5B. RGB value is (177,109,91). Sum of RGB (Red+Green+Blue) = 177+109+91=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D5B is #4E92A4. Grayscale: #7F7F7F. Windows color (decimal): -5149349 or 5991857. OLE color: 5991857.

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

Color convert

RGB17710991-
CMYK00.380.490.31
HSL12.56º35.54%52.55%-
HSV(B)12.56º48.59%69.41%-
XYZ25.4921.0412.62-
YUV127.28107.53163.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=46.95%
G=28.91%
B=24.14%

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
Decimal1771099100.380.490.3112.5635.5452.55
HexB16D5B026311Fd2435
Octal2611551330466137154465
Binary10110001110110110110110100110110001111111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D5B; }

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

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

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

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

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

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

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

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