#B1755A

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

Shades of Sante Fe #B1755A

Tints of Sante Fe #B1755A

Color information

#B1755A (or 0xB1755A) is unknown color: approx Sante Fe. HEX triplet: B1, 75 and 5A. RGB value is (177,117,90). Sum of RGB (Red+Green+Blue) = 177+117+90=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1755A is #4E8AA5. Grayscale: #848484. Windows color (decimal): -5147302 or 5928369. OLE color: 5928369.

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

Color convert

RGB17711790-
CMYK00.340.490.31
HSL18.62º35.8%52.35%-
HSV(B)18.62º49.15%69.41%-
XYZ26.3422.8112.69-
YUV131.86104.38160.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=46.09%
G=30.47%
B=23.44%

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
Decimal1771179000.340.490.3118.6235.852.35
HexB1755A022311F132434
Octal2611651320426137234464
Binary101100011110101101101001000101100011111110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1755A; }

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

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

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

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

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

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

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

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