#B3633F

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

Shades of Tuscany #B3633F

Tints of Tuscany #B3633F

Color information

#B3633F (or 0xB3633F) is unknown color: approx Tuscany. HEX triplet: B3, 63 and 3F. RGB value is (179,99,63). Sum of RGB (Red+Green+Blue) = 179+99+63=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3633F is #4C9CC0. Grayscale: #777777. Windows color (decimal): -5020865 or 4154291. OLE color: 4154291.

HSL color Cylindrical-coordinate representation of color #B3633F: hue angle of 18.62º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3633F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1799963-
CMYK00.450.650.30
HSL18.62º47.93%47.45%-
HSV(B)18.62º64.8%70.2%-
XYZ23.9518.877.08-
YUV118.8296.5170.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 63 (25% from 255) = 18.48%
R=52.49%
G=29.03%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179996300.450.650.3018.6247.9347.45
HexB3633F02D411E13302f
Octal2631437705510136236057
Binary101100111100011111111010110110000011111010011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3633F; }

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

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

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

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

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

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

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

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