#B17356

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

Shades of Sante Fe #B17356

Tints of Sante Fe #B17356

Color information

#B17356 (or 0xB17356) is unknown color: approx Sante Fe. HEX triplet: B1, 73 and 56. RGB value is (177,115,86). Sum of RGB (Red+Green+Blue) = 177+115+86=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17356 is #4E8CA9. Grayscale: #828282. Windows color (decimal): -5147818 or 5665713. OLE color: 5665713.

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

Color convert

RGB17711586-
CMYK00.350.510.31
HSL19.12º36.84%51.57%-
HSV(B)19.12º51.41%69.41%-
XYZ25.9422.2811.74-
YUV130.23103.04161.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=46.83%
G=30.42%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771158600.350.510.3119.1236.8451.57
HexB17356023331F132534
Octal2611631260436337234564
Binary101100011110011101011001000111100111111110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17356; }

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

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

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

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

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

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

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

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