#BB6337

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

Shades of Smoke Tree #BB6337

Tints of Smoke Tree #BB6337

Color information

#BB6337 (or 0xBB6337) is unknown color: approx Smoke Tree. HEX triplet: BB, 63 and 37. RGB value is (187,99,55). Sum of RGB (Red+Green+Blue) = 187+99+55=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6337 is #449CC8. Grayscale: #787878. Windows color (decimal): -4496585 or 3630011. OLE color: 3630011.

HSL color Cylindrical-coordinate representation of color #BB6337: hue angle of 20º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB6337 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1879955-
CMYK00.470.710.27
HSL20º54.55%47.45%-
HSV(B)20º70.59%73.33%-
XYZ25.6419.766.08-
YUV120.391.15175.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 55 (21.88% from 255) = 16.13%
R=54.84%
G=29.03%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187995500.470.710.272054.5547.45
HexBB633702F471B14372f
Octal2731436705710733246757
Binary101110111100011110111010111110001111101110100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6337; }

 p { color: rgb(187,99,55); }

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

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

 a { background-color: rgb(187,99,55); }

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

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

 span { border-color: rgb(187,99,55); }

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