#BB6947

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

Shades of Tuscany #BB6947

Tints of Tuscany #BB6947

Color information

#BB6947 (or 0xBB6947) is unknown color: approx Tuscany. HEX triplet: BB, 69 and 47. RGB value is (187,105,71). Sum of RGB (Red+Green+Blue) = 187+105+71=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6947 is #4496B8. Grayscale: #7D7D7D. Windows color (decimal): -4495033 or 4680123. OLE color: 4680123.

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

Color convert

RGB18710571-
CMYK00.440.620.27
HSL17.59º46.03%50.59%-
HSV(B)17.59º62.03%73.33%-
XYZ26.6821.128.63-
YUV125.6497.17171.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=51.52%
G=28.93%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871057100.440.620.2717.5946.0350.59
HexBB694702C3E1B122e33
Octal2731511070547633225663
Binary101110111101001100011101011001111101101110010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6947; }

 p { color: rgb(187,105,71); }

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

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

 a { background-color: rgb(187,105,71); }

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

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

 span { border-color: rgb(187,105,71); }

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