#B1735C

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

Shades of Sante Fe #B1735C

Tints of Sante Fe #B1735C

Color information

#B1735C (or 0xB1735C) is unknown color: approx Sante Fe. HEX triplet: B1, 73 and 5C. RGB value is (177,115,92). Sum of RGB (Red+Green+Blue) = 177+115+92=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1735C is #4E8CA3. Grayscale: #838383. Windows color (decimal): -5147812 or 6058929. OLE color: 6058929.

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

Color convert

RGB17711592-
CMYK00.350.480.31
HSL16.24º35.27%52.75%-
HSV(B)16.24º48.02%69.41%-
XYZ26.1922.3813.06-
YUV130.92106.04160.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=46.09%
G=29.95%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771159200.350.480.3116.2435.2752.75
HexB1735C023301F102335
Octal2611631340436037204365
Binary101100011110011101110001000111100001111110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1735C; }

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

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

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

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

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

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

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

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