#B3624B

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

Shades of Tuscany #B3624B

Tints of Tuscany #B3624B

Color information

#B3624B (or 0xB3624B) is unknown color: approx Tuscany. HEX triplet: B3, 62 and 4B. RGB value is (179,98,75). Sum of RGB (Red+Green+Blue) = 179+98+75=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3624B is #4C9DB4. Grayscale: #777777. Windows color (decimal): -5021109 or 4940467. OLE color: 4940467.

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

Color convert

RGB1799875-
CMYK00.450.580.30
HSL13.27º40.94%49.8%-
HSV(B)13.27º58.1%70.2%-
XYZ24.2318.839.01-
YUV119.6102.84170.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=50.85%
G=27.84%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179987500.450.580.3013.2740.9449.8
HexB3624B02D3A1Ed2932
Octal2631421130557236155162
Binary10110011110001010010110101101111010111101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3624B; }

 p { color: rgb(179,98,75); }

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

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

 a { background-color: rgb(179,98,75); }

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

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

 span { border-color: rgb(179,98,75); }

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