#B9603D

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

Shades of Smoke Tree #B9603D

Tints of Smoke Tree #B9603D

Color information

#B9603D (or 0xB9603D) is unknown color: approx Smoke Tree. HEX triplet: B9, 60 and 3D. RGB value is (185,96,61). Sum of RGB (Red+Green+Blue) = 185+96+61=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9603D is #469FC2. Grayscale: #767676. Windows color (decimal): -4628419 or 4022457. OLE color: 4022457.

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

Color convert

RGB1859661-
CMYK00.480.670.27
HSL16.94º50.41%48.24%-
HSV(B)16.94º67.03%72.55%-
XYZ25.0319.026.77-
YUV118.6295.49175.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=54.09%
G=28.07%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185966100.480.670.2716.9450.4148.24
HexB9603D030431B113230
Octal2711407506010333216260
Binary101110011100000111101011000010000111101110001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9603D; }

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

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

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

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

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

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

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

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