#b65935

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

Shades of Smoke Tree #B65935

Tints of Smoke Tree #B65935

Color information

#B65935 (or 0xB65935) is unknown color: approx Smoke Tree. HEX triplet: B6, 59 and 35. RGB value is (182,89,53). Sum of RGB (Red+Green+Blue) = 182+89+53=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B65935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65935 is #49A6CA. Grayscale: #707070. Windows color (decimal): -4826827 or 3496374. OLE color: 3496374.

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

Color convert

RGB1828953-
CMYK00.510.710.29
HSL16.74º54.89%46.08%-
HSV(B)16.74º70.88%71.37%-
XYZ23.5117.355.48-
YUV112.794.31177.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=56.17%
G=27.47%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182895300.510.710.2916.7454.8946.08
HexB65935033471D11372e
Octal2661316506310735216756
Binary101101101011001110101011001110001111110110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65935; }

 p { color: rgb(182,89,53); }

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

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

 a { background-color: rgb(182,89,53); }

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

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

 span { border-color: rgb(182,89,53); }

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