#B1755B

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

Shades of Sante Fe #B1755B

Tints of Sante Fe #B1755B

Color information

#B1755B (or 0xB1755B) is unknown color: approx Sante Fe. HEX triplet: B1, 75 and 5B. RGB value is (177,117,91). Sum of RGB (Red+Green+Blue) = 177+117+91=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1755B is #4E8AA4. Grayscale: #848484. Windows color (decimal): -5147301 or 5993905. OLE color: 5993905.

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

Color convert

RGB17711791-
CMYK00.340.490.31
HSL18.14º35.54%52.55%-
HSV(B)18.14º48.59%69.41%-
XYZ26.3822.8312.91-
YUV131.98104.88160.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=45.97%
G=30.39%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771179100.340.490.3118.1435.5452.55
HexB1755B022311F122435
Octal2611651330426137224465
Binary101100011110101101101101000101100011111110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1755B; }

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

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

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

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

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

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

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

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