#b65d3b

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

Shades of Smoke Tree #B65D3B

Tints of Smoke Tree #B65D3B

Color information

#B65D3B (or 0xB65D3B) is unknown color: approx Smoke Tree. HEX triplet: B6, 5D and 3B. RGB value is (182,93,59). Sum of RGB (Red+Green+Blue) = 182+93+59=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D3B is #49A2C4. Grayscale: #737373. Windows color (decimal): -4825797 or 3890614. OLE color: 3890614.

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

Color convert

RGB1829359-
CMYK00.490.680.29
HSL16.59º51.04%47.25%-
HSV(B)16.59º67.58%71.37%-
XYZ2418.096.36-
YUV115.7395.99175.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 59 (23.44% from 255) = 17.66%
R=54.49%
G=27.84%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182935900.490.680.2916.5951.0447.25
HexB65D3B031441D11332f
Octal2661357306110435216357
Binary101101101011101111011011000110001001110110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65d3b; }

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

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

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

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

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

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

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

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