#BB6441

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

Shades of Smoke Tree #BB6441

Tints of Smoke Tree #BB6441

Color information

#BB6441 (or 0xBB6441) is unknown color: approx Smoke Tree. HEX triplet: BB, 64 and 41. RGB value is (187,100,65). Sum of RGB (Red+Green+Blue) = 187+100+65=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6441 is #449BBE. Grayscale: #7A7A7A. Windows color (decimal): -4496319 or 4285627. OLE color: 4285627.

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

Color convert

RGB18710065-
CMYK00.470.650.27
HSL17.21º48.41%49.41%-
HSV(B)17.21º65.24%73.33%-
XYZ2620.067.5-
YUV122.0295.82174.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=53.12%
G=28.41%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871006500.470.650.2717.2148.4149.41
HexBB644102F411B113031
Octal27314410105710133216061
Binary1011101111001001000001010111110000011101110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6441; }

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

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

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

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

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

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

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

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