#B2613B

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

Shades of Tuscany #B2613B

Tints of Tuscany #B2613B

Color information

#B2613B (or 0xB2613B) is unknown color: approx Tuscany. HEX triplet: B2, 61 and 3B. RGB value is (178,97,59). Sum of RGB (Red+Green+Blue) = 178+97+59=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2613B is #4D9EC4. Grayscale: #757575. Windows color (decimal): -5086917 or 3891634. OLE color: 3891634.

HSL color Cylindrical-coordinate representation of color #B2613B: hue angle of 19.16º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2613B is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1789759-
CMYK00.460.670.30
HSL19.16º50.21%46.47%-
HSV(B)19.16º66.85%69.8%-
XYZ23.4218.336.44-
YUV116.8995.34171.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 59 (23.44% from 255) = 17.66%
R=53.29%
G=29.04%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178975900.460.670.3019.1650.2146.47
HexB2613B02E431E13322e
Octal2621417305610336236256
Binary101100101100001111011010111010000111111010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2613B; }

 p { color: rgb(178,97,59); }

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

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

 a { background-color: rgb(178,97,59); }

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

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

 span { border-color: rgb(178,97,59); }

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