#B65C36

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

Shades of Smoke Tree #B65C36

Tints of Smoke Tree #B65C36

Color information

#B65C36 (or 0xB65C36) is unknown color: approx Smoke Tree. HEX triplet: B6, 5C and 36. RGB value is (182,92,54). Sum of RGB (Red+Green+Blue) = 182+92+54=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C36 is #49A3C9. Grayscale: #727272. Windows color (decimal): -4826058 or 3562678. OLE color: 3562678.

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

Color convert

RGB1829254-
CMYK00.490.700.29
HSL17.81º54.24%46.27%-
HSV(B)17.81º70.33%71.37%-
XYZ23.7817.875.68-
YUV114.5893.82176.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=55.49%
G=28.05%
B=16.46%

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
Decimal182925400.490.700.2917.8154.2446.27
HexB65C36031461D12362e
Octal2661346606110635226656
Binary101101101011100110110011000110001101110110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C36; }

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

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

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

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

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

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

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

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