#B1725A

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

Shades of Sante Fe #B1725A

Tints of Sante Fe #B1725A

Color information

#B1725A (or 0xB1725A) is unknown color: approx Sante Fe. HEX triplet: B1, 72 and 5A. RGB value is (177,114,90). Sum of RGB (Red+Green+Blue) = 177+114+90=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1725A is #4E8DA5. Grayscale: #828282. Windows color (decimal): -5148070 or 5927601. OLE color: 5927601.

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

Color convert

RGB17711490-
CMYK00.360.490.31
HSL16.55º35.8%52.35%-
HSV(B)16.55º49.15%69.41%-
XYZ25.9922.1212.57-
YUV130.1105.37161.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=46.46%
G=29.92%
B=23.62%

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
Decimal1771149000.360.490.3116.5535.852.35
HexB1725A024311F112434
Octal2611621320446137214464
Binary101100011110010101101001001001100011111110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1725A; }

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

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

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

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

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

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

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

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