#B2614B

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

Shades of Tuscany #B2614B

Tints of Tuscany #B2614B

Color information

#B2614B (or 0xB2614B) is unknown color: approx Tuscany. HEX triplet: B2, 61 and 4B. RGB value is (178,97,75). Sum of RGB (Red+Green+Blue) = 178+97+75=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2614B is #4D9EB4. Grayscale: #767676. Windows color (decimal): -5086901 or 4940210. OLE color: 4940210.

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

Color convert

RGB1789775-
CMYK00.460.580.30
HSL12.82º40.71%49.61%-
HSV(B)12.82º57.87%69.8%-
XYZ23.918.528.97-
YUV118.71103.34170.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=50.86%
G=27.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178977500.460.580.3012.8240.7149.61
HexB2614B02E3A1Ed2932
Octal2621411130567236155162
Binary10110010110000110010110101110111010111101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2614B; }

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

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

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

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

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

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

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

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