#B65D36

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

Shades of Smoke Tree #B65D36

Tints of Smoke Tree #B65D36

Color information

#B65D36 (or 0xB65D36) is unknown color: approx Smoke Tree. HEX triplet: B6, 5D and 36. RGB value is (182,93,54). Sum of RGB (Red+Green+Blue) = 182+93+54=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D36 is #49A2C9. Grayscale: #737373. Windows color (decimal): -4825802 or 3562934. OLE color: 3562934.

HSL color Cylindrical-coordinate representation of color #B65D36: hue angle of 18.28º 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 #B65D36 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1829354-
CMYK00.490.700.29
HSL18.28º54.24%46.27%-
HSV(B)18.28º70.33%71.37%-
XYZ23.8718.045.71-
YUV115.1693.49175.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=55.32%
G=28.27%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182935400.490.700.2918.2854.2446.27
HexB65D36031461D12362e
Octal2661356606110635226656
Binary101101101011101110110011000110001101110110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D36; }

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

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

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

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

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

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

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

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