#B1735A

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

Shades of Sante Fe #B1735A

Tints of Sante Fe #B1735A

Color information

#B1735A (or 0xB1735A) is unknown color: approx Sante Fe. HEX triplet: B1, 73 and 5A. RGB value is (177,115,90). Sum of RGB (Red+Green+Blue) = 177+115+90=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1735A is #4E8CA5. Grayscale: #828282. Windows color (decimal): -5147814 or 5927857. OLE color: 5927857.

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

Color convert

RGB17711590-
CMYK00.350.490.31
HSL17.24º35.8%52.35%-
HSV(B)17.24º49.15%69.41%-
XYZ26.1122.3512.61-
YUV130.69105.04161.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=46.34%
G=30.10%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771159000.350.490.3117.2435.852.35
HexB1735A023311F112434
Octal2611631320436137214464
Binary101100011110011101101001000111100011111110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1735A; }

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

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

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

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

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

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

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

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