#B8602D

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

Shades of Smoke Tree #B8602D

Tints of Smoke Tree #B8602D

Color information

#B8602D (or 0xB8602D) is unknown color: approx Smoke Tree. HEX triplet: B8, 60 and 2D. RGB value is (184,96,45). Sum of RGB (Red+Green+Blue) = 184+96+45=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8602D is #479FD2. Grayscale: #747474. Windows color (decimal): -4693971 or 2973880. OLE color: 2973880.

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

Color convert

RGB1849645-
CMYK00.480.760.28
HSL22.01º60.7%44.9%-
HSV(B)22.01º75.54%72.16%-
XYZ24.4218.754.81-
YUV116.587.65176.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 45 (17.97% from 255) = 13.85%
R=56.62%
G=29.54%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184964500.480.760.2822.0160.744.9
HexB8602D0304C1C163d2d
Octal2701405506011434267555
Binary101110001100000101101011000010011001110010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8602D; }

 p { color: rgb(184,96,45); }

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

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

 a { background-color: rgb(184,96,45); }

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

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

 span { border-color: rgb(184,96,45); }

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