#B17856

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

Shades of Sante Fe #B17856

Tints of Sante Fe #B17856

Color information

#B17856 (or 0xB17856) is unknown color: approx Sante Fe. HEX triplet: B1, 78 and 56. RGB value is (177,120,86). Sum of RGB (Red+Green+Blue) = 177+120+86=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B17856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17856 is #4E87A9. Grayscale: #858585. Windows color (decimal): -5146538 or 5666993. OLE color: 5666993.

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

Color convert

RGB17712086-
CMYK00.320.510.31
HSL22.42º36.84%51.57%-
HSV(B)22.42º51.41%69.41%-
XYZ26.5323.4511.93-
YUV133.17101.38159.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=46.21%
G=31.33%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771208600.320.510.3122.4236.8451.57
HexB17856020331F162534
Octal2611701260406337264564
Binary101100011111000101011001000001100111111110110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17856; }

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

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

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

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

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

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

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

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