#BB6844

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

Shades of Tuscany #BB6844

Tints of Tuscany #BB6844

Color information

#BB6844 (or 0xBB6844) is unknown color: approx Tuscany. HEX triplet: BB, 68 and 44. RGB value is (187,104,68). Sum of RGB (Red+Green+Blue) = 187+104+68=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6844 is #4497BB. Grayscale: #7C7C7C. Windows color (decimal): -4495292 or 4483259. OLE color: 4483259.

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

Color convert

RGB18710468-
CMYK00.440.640.27
HSL18.15º46.67%50%-
HSV(B)18.15º63.64%73.33%-
XYZ26.4920.888.1-
YUV124.7196172.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=52.09%
G=28.97%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871046800.440.640.2718.1546.6750
HexBB684402C401B122f32
Octal27315010405410033225762
Binary1011101111010001000100010110010000001101110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6844; }

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

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

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

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

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

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

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

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