#B3663E

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

Shades of Tuscany #B3663E

Tints of Tuscany #B3663E

Color information

#B3663E (or 0xB3663E) is unknown color: approx Tuscany. HEX triplet: B3, 66 and 3E. RGB value is (179,102,62). Sum of RGB (Red+Green+Blue) = 179+102+62=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3663E is #4C99C1. Grayscale: #787878. Windows color (decimal): -5020098 or 4089523. OLE color: 4089523.

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

Color convert

RGB17910262-
CMYK00.430.650.30
HSL20.51º48.55%47.25%-
HSV(B)20.51º65.36%70.2%-
XYZ24.2119.437.03-
YUV120.4695.01169.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=52.19%
G=29.74%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791026200.430.650.3020.5148.5547.25
HexB3663E02B411E15312f
Octal2631467605310136256157
Binary101100111100110111110010101110000011111010101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3663E; }

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

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

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

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

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

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

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

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