#BE5D38

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

Shades of Smoke Tree #BE5D38

Tints of Smoke Tree #BE5D38

Color information

#BE5D38 (or 0xBE5D38) is unknown color: approx Smoke Tree. HEX triplet: BE, 5D and 38. RGB value is (190,93,56). Sum of RGB (Red+Green+Blue) = 190+93+56=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D38 is #41A2C7. Grayscale: #767676. Windows color (decimal): -4301512 or 3694014. OLE color: 3694014.

HSL color Cylindrical-coordinate representation of color #BE5D38: hue angle of 16.57º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE5D38 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1909356-
CMYK00.510.710.25
HSL16.57º54.47%48.24%-
HSV(B)16.57º70.53%74.51%-
XYZ25.8619.066.06-
YUV117.7893.14179.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=56.05%
G=27.43%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190935600.510.710.2516.5754.4748.24
HexBE5D380334719113630
Octal2761357006310731216660
Binary101111101011101111000011001110001111100110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D38; }

 p { color: rgb(190,93,56); }

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

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

 a { background-color: rgb(190,93,56); }

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

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

 span { border-color: rgb(190,93,56); }

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