#B17458

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

Shades of Sante Fe #B17458

Tints of Sante Fe #B17458

Color information

#B17458 (or 0xB17458) is unknown color: approx Sante Fe. HEX triplet: B1, 74 and 58. RGB value is (177,116,88). Sum of RGB (Red+Green+Blue) = 177+116+88=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B17458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17458 is #4E8BA7. Grayscale: #838383. Windows color (decimal): -5147560 or 5797041. OLE color: 5797041.

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

Color convert

RGB17711688-
CMYK00.340.500.31
HSL18.88º36.33%51.96%-
HSV(B)18.88º50.28%69.41%-
XYZ26.1422.5412.21-
YUV131.05103.71160.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=46.46%
G=30.45%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771168800.340.500.3118.8836.3351.96
HexB17458022321F132434
Octal2611641300426237234464
Binary101100011110100101100001000101100101111110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17458; }

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

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

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

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

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

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

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

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