#B1684D

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

Shades of Sante Fe #B1684D

Tints of Sante Fe #B1684D

Color information

#B1684D (or 0xB1684D) is unknown color: approx Sante Fe. HEX triplet: B1, 68 and 4D. RGB value is (177,104,77). Sum of RGB (Red+Green+Blue) = 177+104+77=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1684D is #4E97B2. Grayscale: #7A7A7A. Windows color (decimal): -5150643 or 5073073. OLE color: 5073073.

HSL color Cylindrical-coordinate representation of color #B1684D: hue angle of 16.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1684D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17710477-
CMYK00.410.560.31
HSL16.2º39.37%49.8%-
HSV(B)16.2º56.5%69.41%-
XYZ24.4219.789.55-
YUV122.75102.18166.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=49.44%
G=29.05%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771047700.410.560.3116.239.3749.8
HexB1684D029381F102732
Octal2611501150517037204762
Binary101100011101000100110101010011110001111110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1684D; }

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

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

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

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

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

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

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

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