#B65B36

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

Shades of Smoke Tree #B65B36

Tints of Smoke Tree #B65B36

Color information

#B65B36 (or 0xB65B36) is unknown color: approx Smoke Tree. HEX triplet: B6, 5B and 36. RGB value is (182,91,54). Sum of RGB (Red+Green+Blue) = 182+91+54=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B36 is #49A4C9. Grayscale: #727272. Windows color (decimal): -4826314 or 3562422. OLE color: 3562422.

HSL color Cylindrical-coordinate representation of color #B65B36: hue angle of 17.34º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B65B36 is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1829154-
CMYK00.50.700.29
HSL17.34º54.24%46.27%-
HSV(B)17.34º70.33%71.37%-
XYZ23.717.695.66-
YUV113.9994.15176.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=55.66%
G=27.83%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182915400.50.700.2917.3454.2446.27
HexB65B36032461D11362e
Octal2661336606210635216656
Binary101101101011011110110011001010001101110110001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B36; }

 p { color: rgb(182,91,54); }

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

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

 a { background-color: rgb(182,91,54); }

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

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

 span { border-color: rgb(182,91,54); }

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