#b1674d

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

Shades of Sante Fe #B1674D

Tints of Sante Fe #B1674D

Color information

#B1674D (or 0xB1674D) is unknown color: approx Sante Fe. HEX triplet: B1, 67 and 4D. RGB value is (177,103,77). Sum of RGB (Red+Green+Blue) = 177+103+77=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1674D is #4E98B2. Grayscale: #7A7A7A. Windows color (decimal): -5150899 or 5072817. OLE color: 5072817.

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

Color convert

RGB17710377-
CMYK00.420.560.31
HSL15.6º39.37%49.8%-
HSV(B)15.6º56.5%69.41%-
XYZ24.3219.589.52-
YUV122.16102.52167.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=49.58%
G=28.85%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771037700.420.560.3115.639.3749.8
HexB1674D02A381F102732
Octal2611471150527037204762
Binary101100011100111100110101010101110001111110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1674d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1674d; }

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

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

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

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

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

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

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

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