#B1674C

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

Shades of Sante Fe #B1674C

Tints of Sante Fe #B1674C

Color information

#B1674C (or 0xB1674C) is unknown color: approx Sante Fe. HEX triplet: B1, 67 and 4C. RGB value is (177,103,76). Sum of RGB (Red+Green+Blue) = 177+103+76=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1674C is #4E98B3. Grayscale: #7A7A7A. Windows color (decimal): -5150900 or 5007281. OLE color: 5007281.

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

Color convert

RGB17710376-
CMYK00.420.570.31
HSL16.04º39.92%49.61%-
HSV(B)16.04º57.06%69.41%-
XYZ24.2919.579.33-
YUV122.05102.02167.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=49.72%
G=28.93%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771037600.420.570.3116.0439.9249.61
HexB1674C02A391F102832
Octal2611471140527137205062
Binary101100011100111100110001010101110011111110000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1674C; }

 p { color: rgb(177,103,76); }

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

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

 a { background-color: rgb(177,103,76); }

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

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

 span { border-color: rgb(177,103,76); }

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