#BB613F

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

Shades of Smoke Tree #BB613F

Tints of Smoke Tree #BB613F

Color information

#BB613F (or 0xBB613F) is unknown color: approx Smoke Tree. HEX triplet: BB, 61 and 3F. RGB value is (187,97,63). Sum of RGB (Red+Green+Blue) = 187+97+63=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB613F is #449EC0. Grayscale: #787878. Windows color (decimal): -4497089 or 4153787. OLE color: 4153787.

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

Color convert

RGB1879763-
CMYK00.480.660.27
HSL16.45º49.6%49.02%-
HSV(B)16.45º66.31%73.33%-
XYZ25.6719.477.11-
YUV120.0395.82175.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 63 (25% from 255) = 18.16%
R=53.89%
G=27.95%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187976300.480.660.2716.4549.649.02
HexBB613F030421B103231
Octal2731417706010233206261
Binary101110111100001111111011000010000101101110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB613F; }

 p { color: rgb(187,97,63); }

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

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

 a { background-color: rgb(187,97,63); }

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

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

 span { border-color: rgb(187,97,63); }

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