#B1724B

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

Shades of Sante Fe #B1724B

Tints of Sante Fe #B1724B

Color information

#B1724B (or 0xB1724B) is unknown color: approx Sante Fe. HEX triplet: B1, 72 and 4B. RGB value is (177,114,75). Sum of RGB (Red+Green+Blue) = 177+114+75=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1724B is #4E8DB4. Grayscale: #808080. Windows color (decimal): -5148085 or 4944561. OLE color: 4944561.

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

Color convert

RGB17711475-
CMYK00.360.580.31
HSL22.94º40.48%49.41%-
HSV(B)22.94º57.63%69.41%-
XYZ25.4221.899.54-
YUV128.3997.87162.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=48.36%
G=31.15%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771147500.360.580.3122.9440.4849.41
HexB1724B0243A1F172831
Octal2611621130447237275061
Binary101100011110010100101101001001110101111110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1724B; }

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

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

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

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

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

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

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

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