#B1684B

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

Shades of Sante Fe #B1684B

Tints of Sante Fe #B1684B

Color information

#B1684B (or 0xB1684B) is unknown color: approx Sante Fe. HEX triplet: B1, 68 and 4B. RGB value is (177,104,75). Sum of RGB (Red+Green+Blue) = 177+104+75=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1684B is #4E97B4. Grayscale: #7A7A7A. Windows color (decimal): -5150645 or 4942001. OLE color: 4942001.

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

Color convert

RGB17710475-
CMYK00.410.580.31
HSL17.06º40.48%49.41%-
HSV(B)17.06º57.63%69.41%-
XYZ24.3519.769.19-
YUV122.52101.18166.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=49.72%
G=29.21%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771047500.410.580.3117.0640.4849.41
HexB1684B0293A1F112831
Octal2611501130517237215061
Binary101100011101000100101101010011110101111110001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1684B; }

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

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

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

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

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

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

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

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