#b3634b

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

Shades of Tuscany #B3634B

Tints of Tuscany #B3634B

Color information

#B3634B (or 0xB3634B) is unknown color: approx Tuscany. HEX triplet: B3, 63 and 4B. RGB value is (179,99,75). Sum of RGB (Red+Green+Blue) = 179+99+75=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3634B is #4C9CB4. Grayscale: #787878. Windows color (decimal): -5020853 or 4940723. OLE color: 4940723.

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

Color convert

RGB1799975-
CMYK00.450.580.30
HSL13.85º40.94%49.8%-
HSV(B)13.85º58.1%70.2%-
XYZ24.3219.029.05-
YUV120.18102.5169.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=50.71%
G=28.05%
B=21.25%

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
Decimal179997500.450.580.3013.8540.9449.8
HexB3634B02D3A1Ee2932
Octal2631431130557236165162
Binary10110011110001110010110101101111010111101110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3634b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3634b; }

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

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

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

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

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

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

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

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