#B8603D

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

Shades of Smoke Tree #B8603D

Tints of Smoke Tree #B8603D

Color information

#B8603D (or 0xB8603D) is unknown color: approx Smoke Tree. HEX triplet: B8, 60 and 3D. RGB value is (184,96,61). Sum of RGB (Red+Green+Blue) = 184+96+61=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8603D is #479FC2. Grayscale: #767676. Windows color (decimal): -4693955 or 4022456. OLE color: 4022456.

HSL color Cylindrical-coordinate representation of color #B8603D: hue angle of 17.07º degrees, saturation: 0.5, 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 #B8603D is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1849661-
CMYK00.480.670.28
HSL17.07º50.2%48.04%-
HSV(B)17.07º66.85%72.16%-
XYZ24.7918.896.75-
YUV118.3295.65174.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.96%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=53.96%
G=28.15%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184966100.480.670.2817.0750.248.04
HexB8603D030431C113230
Octal2701407506010334216260
Binary101110001100000111101011000010000111110010001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8603D; }

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

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

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

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

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

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

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

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