#B9633B

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

Shades of Smoke Tree #B9633B

Tints of Smoke Tree #B9633B

Color information

#B9633B (or 0xB9633B) is unknown color: approx Smoke Tree. HEX triplet: B9, 63 and 3B. RGB value is (185,99,59). Sum of RGB (Red+Green+Blue) = 185+99+59=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9633B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9633B is #469CC4. Grayscale: #787878. Windows color (decimal): -4627653 or 3892153. OLE color: 3892153.

HSL color Cylindrical-coordinate representation of color #B9633B: hue angle of 19.05º degrees, saturation: 0.52, 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 #B9633B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1859959-
CMYK00.460.680.27
HSL19.05º51.64%47.84%-
HSV(B)19.05º68.11%72.55%-
XYZ25.2619.556.58-
YUV120.1593.49174.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 59 (23.44% from 255) = 17.20%
R=53.94%
G=28.86%
B=17.20%

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
Decimal185995900.460.680.2719.0551.6447.84
HexB9633B02E441B133430
Octal2711437305610433236460
Binary101110011100011111011010111010001001101110011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9633B; }

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

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

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

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

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

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

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

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