#B17054

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

Shades of Sante Fe #B17054

Tints of Sante Fe #B17054

Color information

#B17054 (or 0xB17054) is unknown color: approx Sante Fe. HEX triplet: B1, 70 and 54. RGB value is (177,112,84). Sum of RGB (Red+Green+Blue) = 177+112+84=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B17054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17054 is #4E8FAB. Grayscale: #808080. Windows color (decimal): -5148588 or 5533873. OLE color: 5533873.

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

Color convert

RGB17711284-
CMYK00.370.530.31
HSL18.06º37.35%51.18%-
HSV(B)18.06º52.54%69.41%-
XYZ25.5321.5811.21-
YUV128.24103.03162.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=47.45%
G=30.03%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771128400.370.530.3118.0637.3551.18
HexB17054025351F122533
Octal2611601240456537224563
Binary101100011110000101010001001011101011111110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17054; }

 p { color: rgb(177,112,84); }

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

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

 a { background-color: rgb(177,112,84); }

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

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

 span { border-color: rgb(177,112,84); }

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