#BB6843

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

Shades of Tuscany #BB6843

Tints of Tuscany #BB6843

Color information

#BB6843 (or 0xBB6843) is unknown color: approx Tuscany. HEX triplet: BB, 68 and 43. RGB value is (187,104,67). Sum of RGB (Red+Green+Blue) = 187+104+67=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6843 is #4497BC. Grayscale: #7C7C7C. Windows color (decimal): -4495293 or 4417723. OLE color: 4417723.

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

Color convert

RGB18710467-
CMYK00.440.640.27
HSL18.5º47.24%49.8%-
HSV(B)18.5º64.17%73.33%-
XYZ26.4620.877.94-
YUV124.695.5172.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 67 (26.56% from 255) = 18.72%
R=52.23%
G=29.05%
B=18.72%

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
Decimal1871046700.440.640.2718.547.2449.8
HexBB684302C401B122f32
Octal27315010305410033225762
Binary1011101111010001000011010110010000001101110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6843; }

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

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

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

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

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

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

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

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