#B1725B

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

Shades of Sante Fe #B1725B

Tints of Sante Fe #B1725B

Color information

#B1725B (or 0xB1725B) is unknown color: approx Sante Fe. HEX triplet: B1, 72 and 5B. RGB value is (177,114,91). Sum of RGB (Red+Green+Blue) = 177+114+91=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1725B is #4E8DA4. Grayscale: #828282. Windows color (decimal): -5148069 or 5993137. OLE color: 5993137.

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

Color convert

RGB17711491-
CMYK00.360.490.31
HSL16.05º35.54%52.55%-
HSV(B)16.05º48.59%69.41%-
XYZ26.0422.1412.8-
YUV130.21105.87161.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=46.34%
G=29.84%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771149100.360.490.3116.0535.5452.55
HexB1725B024311F102435
Octal2611621330446137204465
Binary101100011110010101101101001001100011111110000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1725B; }

 p { color: rgb(177,114,91); }

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

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

 a { background-color: rgb(177,114,91); }

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

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

 span { border-color: rgb(177,114,91); }

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