#BB6541

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

Shades of Tuscany #BB6541

Tints of Tuscany #BB6541

Color information

#BB6541 (or 0xBB6541) is unknown color: approx Tuscany. HEX triplet: BB, 65 and 41. RGB value is (187,101,65). Sum of RGB (Red+Green+Blue) = 187+101+65=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6541 is #449ABE. Grayscale: #7A7A7A. Windows color (decimal): -4496063 or 4285883. OLE color: 4285883.

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

Color convert

RGB18710165-
CMYK00.460.650.27
HSL17.7º48.41%49.41%-
HSV(B)17.7º65.24%73.33%-
XYZ26.120.257.53-
YUV122.6195.49173.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=52.97%
G=28.61%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871016500.460.650.2717.748.4149.41
HexBB654102E411B123031
Octal27314510105610133226061
Binary1011101111001011000001010111010000011101110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6541; }

 p { color: rgb(187,101,65); }

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

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

 a { background-color: rgb(187,101,65); }

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

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

 span { border-color: rgb(187,101,65); }

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