#B1614A

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

Shades of Tuscany #B1614A

Tints of Tuscany #B1614A

Color information

#B1614A (or 0xB1614A) is unknown color: approx Tuscany. HEX triplet: B1, 61 and 4A. RGB value is (177,97,74). Sum of RGB (Red+Green+Blue) = 177+97+74=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1614A is #4E9EB5. Grayscale: #767676. Windows color (decimal): -5152438 or 4874673. OLE color: 4874673.

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

Color convert

RGB1779774-
CMYK00.450.580.31
HSL13.4º41.04%49.22%-
HSV(B)13.4º58.19%69.41%-
XYZ23.6418.398.78-
YUV118.3103169.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=50.86%
G=27.87%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177977400.450.580.3113.441.0449.22
HexB1614A02D3A1Fd2931
Octal2611411120557237155161
Binary10110001110000110010100101101111010111111101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1614A; }

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

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

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

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

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

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

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

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