#B0613F

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

Shades of Tuscany #B0613F

Tints of Tuscany #B0613F

Color information

#B0613F (or 0xB0613F) is unknown color: approx Tuscany. HEX triplet: B0, 61 and 3F. RGB value is (176,97,63). Sum of RGB (Red+Green+Blue) = 176+97+63=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0613F is #4F9EC0. Grayscale: #747474. Windows color (decimal): -5217985 or 4153776. OLE color: 4153776.

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

Color convert

RGB1769763-
CMYK00.450.640.31
HSL18.05º47.28%46.86%-
HSV(B)18.05º64.2%69.02%-
XYZ23.0818.146.99-
YUV116.7497.67170.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 63 (25% from 255) = 18.75%
R=52.38%
G=28.87%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176976300.450.640.3118.0547.2846.86
HexB0613F02D401F122f2f
Octal2601417705510037225757
Binary101100001100001111111010110110000001111110010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0613F; }

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

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

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

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

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

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

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

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