#B2663E

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

Shades of Tuscany #B2663E

Tints of Tuscany #B2663E

Color information

#B2663E (or 0xB2663E) is unknown color: approx Tuscany. HEX triplet: B2, 66 and 3E. RGB value is (178,102,62). Sum of RGB (Red+Green+Blue) = 178+102+62=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2663E is #4D99C1. Grayscale: #787878. Windows color (decimal): -5085634 or 4089522. OLE color: 4089522.

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

Color convert

RGB17810262-
CMYK00.430.650.30
HSL20.69º48.33%47.06%-
HSV(B)20.69º65.17%69.8%-
XYZ23.9819.327.02-
YUV120.1695.18169.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=52.05%
G=29.82%
B=18.13%

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
Decimal1781026200.430.650.3020.6948.3347.06
HexB2663E02B411E15302f
Octal2621467605310136256057
Binary101100101100110111110010101110000011111010101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2663E; }

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

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

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

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

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

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

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

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