#B17056

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

Shades of Sante Fe #B17056

Tints of Sante Fe #B17056

Color information

#B17056 (or 0xB17056) is unknown color: approx Sante Fe. HEX triplet: B1, 70 and 56. RGB value is (177,112,86). Sum of RGB (Red+Green+Blue) = 177+112+86=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B17056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17056 is #4E8FA9. Grayscale: #808080. Windows color (decimal): -5148586 or 5664945. OLE color: 5664945.

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

Color convert

RGB17711286-
CMYK00.370.510.31
HSL17.14º36.84%51.57%-
HSV(B)17.14º51.41%69.41%-
XYZ25.6121.6111.63-
YUV128.47104.03162.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=47.2%
G=29.87%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771128600.370.510.3117.1436.8451.57
HexB17056025331F112534
Octal2611601260456337214564
Binary101100011110000101011001001011100111111110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17056; }

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

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

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

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

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

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

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

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