#B1674A

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

Shades of Tuscany #B1674A

Tints of Tuscany #B1674A

Color information

#B1674A (or 0xB1674A) is unknown color: approx Tuscany. HEX triplet: B1, 67 and 4A. RGB value is (177,103,74). Sum of RGB (Red+Green+Blue) = 177+103+74=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1674A is #4E98B5. Grayscale: #7A7A7A. Windows color (decimal): -5150902 or 4876209. OLE color: 4876209.

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

Color convert

RGB17710374-
CMYK00.420.580.31
HSL16.89º41.04%49.22%-
HSV(B)16.89º58.19%69.41%-
XYZ24.2219.548.97-
YUV121.82101.02167.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=50%
G=29.10%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771037400.420.580.3116.8941.0449.22
HexB1674A02A3A1F112931
Octal2611471120527237215161
Binary101100011100111100101001010101110101111110001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1674A; }

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

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

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

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

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

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

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

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