#BB6745

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

Shades of Tuscany #BB6745

Tints of Tuscany #BB6745

Color information

#BB6745 (or 0xBB6745) is unknown color: approx Tuscany. HEX triplet: BB, 67 and 45. RGB value is (187,103,69). Sum of RGB (Red+Green+Blue) = 187+103+69=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6745 is #4498BA. Grayscale: #7C7C7C. Windows color (decimal): -4495547 or 4548539. OLE color: 4548539.

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

Color convert

RGB18710369-
CMYK00.450.630.27
HSL17.29º46.46%50.2%-
HSV(B)17.29º63.1%73.33%-
XYZ26.4220.698.23-
YUV124.2496.83172.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=52.09%
G=28.69%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871036900.450.630.2717.2946.4650.2
HexBB674502D3F1B112e32
Octal2731471050557733215662
Binary101110111100111100010101011011111111101110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6745; }

 p { color: rgb(187,103,69); }

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

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

 a { background-color: rgb(187,103,69); }

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

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

 span { border-color: rgb(187,103,69); }

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