#B0614B

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

Shades of Tuscany #B0614B

Tints of Tuscany #B0614B

Color information

#B0614B (or 0xB0614B) is unknown color: approx Tuscany. HEX triplet: B0, 61 and 4B. RGB value is (176,97,75). Sum of RGB (Red+Green+Blue) = 176+97+75=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0614B is #4F9EB4. Grayscale: #767676. Windows color (decimal): -5217973 or 4940208. OLE color: 4940208.

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

Color convert

RGB1769775-
CMYK00.450.570.31
HSL13.07º40.24%49.22%-
HSV(B)13.07º57.39%69.02%-
XYZ23.4518.298.95-
YUV118.11103.67169.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=50.57%
G=27.87%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176977500.450.570.3113.0740.2449.22
HexB0614B02D391Fd2831
Octal2601411130557137155061
Binary10110000110000110010110101101111001111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0614B; }

 p { color: rgb(176,97,75); }

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

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

 a { background-color: rgb(176,97,75); }

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

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

 span { border-color: rgb(176,97,75); }

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