#B9633C

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

Shades of Smoke Tree #B9633C

Tints of Smoke Tree #B9633C

Color information

#B9633C (or 0xB9633C) is unknown color: approx Smoke Tree. HEX triplet: B9, 63 and 3C. RGB value is (185,99,60). Sum of RGB (Red+Green+Blue) = 185+99+60=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9633C is #469CC3. Grayscale: #787878. Windows color (decimal): -4627652 or 3957689. OLE color: 3957689.

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

Color convert

RGB1859960-
CMYK00.460.680.27
HSL18.72º51.02%48.04%-
HSV(B)18.72º67.57%72.55%-
XYZ25.2919.566.72-
YUV120.2793.99174.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.78%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=53.78%
G=28.78%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185996000.460.680.2718.7251.0248.04
HexB9633C02E441B133330
Octal2711437405610433236360
Binary101110011100011111100010111010001001101110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9633C; }

 p { color: rgb(185,99,60); }

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

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

 a { background-color: rgb(185,99,60); }

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

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

 span { border-color: rgb(185,99,60); }

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