#B8613C

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

Shades of Smoke Tree #B8613C

Tints of Smoke Tree #B8613C

Color information

#B8613C (or 0xB8613C) is unknown color: approx Smoke Tree. HEX triplet: B8, 61 and 3C. RGB value is (184,97,60). Sum of RGB (Red+Green+Blue) = 184+97+60=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8613C is #479EC3. Grayscale: #777777. Windows color (decimal): -4693700 or 3957176. OLE color: 3957176.

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

Color convert

RGB1849760-
CMYK00.470.670.28
HSL17.9º50.82%47.84%-
HSV(B)17.9º67.39%72.16%-
XYZ24.8619.076.64-
YUV118.894.82174.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.96%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=53.96%
G=28.45%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184976000.470.670.2817.950.8247.84
HexB8613C02F431C123330
Octal2701417405710334226360
Binary101110001100001111100010111110000111110010010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8613C; }

 p { color: rgb(184,97,60); }

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

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

 a { background-color: rgb(184,97,60); }

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

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

 span { border-color: rgb(184,97,60); }

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