#B3633E

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

Shades of Tuscany #B3633E

Tints of Tuscany #B3633E

Color information

#B3633E (or 0xB3633E) is unknown color: approx Tuscany. HEX triplet: B3, 63 and 3E. RGB value is (179,99,62). Sum of RGB (Red+Green+Blue) = 179+99+62=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3633E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3633E is #4C9CC1. Grayscale: #767676. Windows color (decimal): -5020866 or 4088755. OLE color: 4088755.

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

Color convert

RGB1799962-
CMYK00.450.650.30
HSL18.97º48.55%47.25%-
HSV(B)18.97º65.36%70.2%-
XYZ23.9218.866.94-
YUV118.796171.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=52.65%
G=29.12%
B=18.24%

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
Decimal179996200.450.650.3018.9748.5547.25
HexB3633E02D411E13312f
Octal2631437605510136236157
Binary101100111100011111110010110110000011111010011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3633E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3633E; }

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

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

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

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

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

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

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

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