#b1704e

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

Shades of Sante Fe #B1704E

Tints of Sante Fe #B1704E

Color information

#B1704E (or 0xB1704E) is unknown color: approx Sante Fe. HEX triplet: B1, 70 and 4E. RGB value is (177,112,78). Sum of RGB (Red+Green+Blue) = 177+112+78=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1704E is #4E8FB1. Grayscale: #7F7F7F. Windows color (decimal): -5148594 or 5140657. OLE color: 5140657.

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

Color convert

RGB17711278-
CMYK00.370.560.31
HSL20.61º38.82%50%-
HSV(B)20.61º55.93%69.41%-
XYZ25.321.4910.02-
YUV127.56100.03163.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=48.23%
G=30.52%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771127800.370.560.3120.6138.8250
HexB1704E025381F152732
Octal2611601160457037254762
Binary101100011110000100111001001011110001111110101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1704e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1704e; }

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

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

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

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

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

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

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

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