#b17259

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

Shades of Sante Fe #B17259

Tints of Sante Fe #B17259

Color information

#B17259 (or 0xB17259) is unknown color: approx Sante Fe. HEX triplet: B1, 72 and 59. RGB value is (177,114,89). Sum of RGB (Red+Green+Blue) = 177+114+89=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B17259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17259 is #4E8DA6. Grayscale: #828282. Windows color (decimal): -5148071 or 5862065. OLE color: 5862065.

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

Color convert

RGB17711489-
CMYK00.360.500.31
HSL17.05º36.07%52.16%-
HSV(B)17.05º49.72%69.41%-
XYZ25.9522.112.35-
YUV129.99104.87161.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=46.58%
G=30%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771148900.360.500.3117.0536.0752.16
HexB17259024321F112434
Octal2611621310446237214464
Binary101100011110010101100101001001100101111110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17259; }

 p { color: rgb(177,114,89); }

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

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

 a { background-color: rgb(177,114,89); }

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

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

 span { border-color: rgb(177,114,89); }

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