#B16F5A

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

Shades of Sante Fe #B16F5A

Tints of Sante Fe #B16F5A

Color information

#B16F5A (or 0xB16F5A) is unknown color: approx Sante Fe. HEX triplet: B1, 6F and 5A. RGB value is (177,111,90). Sum of RGB (Red+Green+Blue) = 177+111+90=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F5A is #4E90A5. Grayscale: #808080. Windows color (decimal): -5148838 or 5926833. OLE color: 5926833.

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

Color convert

RGB17711190-
CMYK00.370.490.31
HSL14.48º35.8%52.35%-
HSV(B)14.48º49.15%69.41%-
XYZ25.6621.4512.46-
YUV128.34106.37162.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=46.83%
G=29.37%
B=23.81%

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
Decimal1771119000.370.490.3114.4835.852.35
HexB16F5A025311Fe2434
Octal2611571320456137164464
Binary10110001110111110110100100101110001111111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F5A; }

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

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

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

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

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

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

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

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