#B17455

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

Shades of Sante Fe #B17455

Tints of Sante Fe #B17455

Color information

#B17455 (or 0xB17455) is unknown color: approx Sante Fe. HEX triplet: B1, 74 and 55. RGB value is (177,116,85). Sum of RGB (Red+Green+Blue) = 177+116+85=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17455 is #4E8BAA. Grayscale: #828282. Windows color (decimal): -5147563 or 5600433. OLE color: 5600433.

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

Color convert

RGB17711685-
CMYK00.340.520.31
HSL20.22º37.1%51.37%-
HSV(B)20.22º51.98%69.41%-
XYZ26.0222.4911.56-
YUV130.7102.21161.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=46.83%
G=30.69%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771168500.340.520.3120.2237.151.37
HexB17455022341F142533
Octal2611641250426437244563
Binary101100011110100101010101000101101001111110100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17455; }

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

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

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

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

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

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

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

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