#B65C39

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

Shades of Smoke Tree #B65C39

Tints of Smoke Tree #B65C39

Color information

#B65C39 (or 0xB65C39) is unknown color: approx Smoke Tree. HEX triplet: B6, 5C and 39. RGB value is (182,92,57). Sum of RGB (Red+Green+Blue) = 182+92+57=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C39 is #49A3C6. Grayscale: #737373. Windows color (decimal): -4826055 or 3759286. OLE color: 3759286.

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

Color convert

RGB1829257-
CMYK00.490.690.29
HSL16.8º52.3%46.86%-
HSV(B)16.8º68.68%71.37%-
XYZ23.8617.896.07-
YUV114.9295.32175.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 57 (22.66% from 255) = 17.22%
R=54.98%
G=27.79%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182925700.490.690.2916.852.346.86
HexB65C39031451D11342f
Octal2661347106110535216457
Binary101101101011100111001011000110001011110110001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C39; }

 p { color: rgb(182,92,57); }

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

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

 a { background-color: rgb(182,92,57); }

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

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

 span { border-color: rgb(182,92,57); }

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