#BB6946

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

Shades of Tuscany #BB6946

Tints of Tuscany #BB6946

Color information

#BB6946 (or 0xBB6946) is unknown color: approx Tuscany. HEX triplet: BB, 69 and 46. RGB value is (187,105,70). Sum of RGB (Red+Green+Blue) = 187+105+70=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6946 is #4496B9. Grayscale: #7D7D7D. Windows color (decimal): -4495034 or 4614587. OLE color: 4614587.

HSL color Cylindrical-coordinate representation of color #BB6946: hue angle of 17.95º 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 #BB6946 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18710570-
CMYK00.440.630.27
HSL17.95º46.25%50.39%-
HSV(B)17.95º62.57%73.33%-
XYZ26.6521.118.46-
YUV125.5396.67171.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 70 (27.73% from 255) = 19.34%
R=51.66%
G=29.01%
B=19.34%

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
Decimal1871057000.440.630.2717.9546.2550.39
HexBB694602C3F1B122e32
Octal2731511060547733225662
Binary101110111101001100011001011001111111101110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6946; }

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

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

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

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

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

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

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

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