#B16F58

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

Shades of Sante Fe #B16F58

Tints of Sante Fe #B16F58

Color information

#B16F58 (or 0xB16F58) is unknown color: approx Sante Fe. HEX triplet: B1, 6F and 58. RGB value is (177,111,88). Sum of RGB (Red+Green+Blue) = 177+111+88=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F58 is #4E90A7. Grayscale: #808080. Windows color (decimal): -5148840 or 5795761. OLE color: 5795761.

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

Color convert

RGB17711188-
CMYK00.370.500.31
HSL15.51º36.33%51.96%-
HSV(B)15.51º50.28%69.41%-
XYZ25.5821.4212.02-
YUV128.11105.37162.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=47.07%
G=29.52%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771118800.370.500.3115.5136.3351.96
HexB16F58025321F102434
Octal2611571300456237204464
Binary101100011101111101100001001011100101111110000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F58; }

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

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

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

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

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

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

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

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