#B8643E

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

Shades of Smoke Tree #B8643E

Tints of Smoke Tree #B8643E

Color information

#B8643E (or 0xB8643E) is unknown color: approx Smoke Tree. HEX triplet: B8, 64 and 3E. RGB value is (184,100,62). Sum of RGB (Red+Green+Blue) = 184+100+62=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8643E is #479BC1. Grayscale: #797979. Windows color (decimal): -4692930 or 4089016. OLE color: 4089016.

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

Color convert

RGB18410062-
CMYK00.460.660.28
HSL18.69º49.59%48.24%-
HSV(B)18.69º66.3%72.16%-
XYZ25.1919.657.02-
YUV120.7894.83173.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 62 (24.61% from 255) = 17.92%
R=53.18%
G=28.90%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841006200.460.660.2818.6949.5948.24
HexB8643E02E421C133230
Octal2701447605610234236260
Binary101110001100100111110010111010000101110010011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8643E; }

 p { color: rgb(184,100,62); }

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

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

 a { background-color: rgb(184,100,62); }

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

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

 span { border-color: rgb(184,100,62); }

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