#BB6846

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

Shades of Tuscany #BB6846

Tints of Tuscany #BB6846

Color information

#BB6846 (or 0xBB6846) is unknown color: approx Tuscany. HEX triplet: BB, 68 and 46. RGB value is (187,104,70). Sum of RGB (Red+Green+Blue) = 187+104+70=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6846 is #4497B9. Grayscale: #7D7D7D. Windows color (decimal): -4495290 or 4614331. OLE color: 4614331.

HSL color Cylindrical-coordinate representation of color #BB6846: hue angle of 17.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB6846 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18710470-
CMYK00.440.630.27
HSL17.44º46.25%50.39%-
HSV(B)17.44º62.57%73.33%-
XYZ26.5520.918.43-
YUV124.9497172.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 70 (27.73% from 255) = 19.39%
R=51.80%
G=28.81%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871047000.440.630.2717.4446.2550.39
HexBB684602C3F1B112e32
Octal2731501060547733215662
Binary101110111101000100011001011001111111101110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6846; }

 p { color: rgb(187,104,70); }

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

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

 a { background-color: rgb(187,104,70); }

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

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

 span { border-color: rgb(187,104,70); }

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