#B66848

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

Shades of Tuscany #B66848

Tints of Tuscany #B66848

Color information

#B66848 (or 0xB66848) is unknown color: approx Tuscany. HEX triplet: B6, 68 and 48. RGB value is (182,104,72). Sum of RGB (Red+Green+Blue) = 182+104+72=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B66848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66848 is #4997B7. Grayscale: #7B7B7B. Windows color (decimal): -4822968 or 4745398. OLE color: 4745398.

HSL color Cylindrical-coordinate representation of color #B66848: hue angle of 17.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B66848 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18210472-
CMYK00.430.600.29
HSL17.45º43.31%49.8%-
HSV(B)17.45º60.44%71.37%-
XYZ25.4120.318.71-
YUV123.6798.84169.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=50.84%
G=29.05%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821047200.430.600.2917.4543.3149.8
HexB6684802B3C1D112b32
Octal2661501100537435215362
Binary101101101101000100100001010111111001110110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66848; }

 p { color: rgb(182,104,72); }

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

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

 a { background-color: rgb(182,104,72); }

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

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

 span { border-color: rgb(182,104,72); }

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