#B17359

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

Shades of Sante Fe #B17359

Tints of Sante Fe #B17359

Color information

#B17359 (or 0xB17359) is unknown color: approx Sante Fe. HEX triplet: B1, 73 and 59. RGB value is (177,115,89). Sum of RGB (Red+Green+Blue) = 177+115+89=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B17359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17359 is #4E8CA6. Grayscale: #828282. Windows color (decimal): -5147815 or 5862321. OLE color: 5862321.

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

Color convert

RGB17711589-
CMYK00.350.500.31
HSL17.73º36.07%52.16%-
HSV(B)17.73º49.72%69.41%-
XYZ26.0722.3312.39-
YUV130.57104.54161.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=46.46%
G=30.18%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771158900.350.500.3117.7336.0752.16
HexB17359023321F122434
Octal2611631310436237224464
Binary101100011110011101100101000111100101111110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17359; }

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

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

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

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

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

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

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

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