#BE5F34

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

Shades of Smoke Tree #BE5F34

Tints of Smoke Tree #BE5F34

Color information

#BE5F34 (or 0xBE5F34) is unknown color: approx Smoke Tree. HEX triplet: BE, 5F and 34. RGB value is (190,95,52). Sum of RGB (Red+Green+Blue) = 190+95+52=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5F34 is #41A0CB. Grayscale: #767676. Windows color (decimal): -4301004 or 3432382. OLE color: 3432382.

HSL color Cylindrical-coordinate representation of color #BE5F34: hue angle of 18.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE5F34 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1909552-
CMYK00.50.730.25
HSL18.7º57.02%47.45%-
HSV(B)18.7º72.63%74.51%-
XYZ25.9519.385.62-
YUV118.590.47179-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=56.38%
G=28.19%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190955200.50.730.2518.757.0247.45
HexBE5F34032491913392f
Octal2761376406211131237157
Binary101111101011111110100011001010010011100110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F34; }

 p { color: rgb(190,95,52); }

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

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

 a { background-color: rgb(190,95,52); }

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

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

 span { border-color: rgb(190,95,52); }

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