#BE5734

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

Shades of Smoke Tree #BE5734

Tints of Smoke Tree #BE5734

Color information

#BE5734 (or 0xBE5734) is unknown color: approx Smoke Tree. HEX triplet: BE, 57 and 34. RGB value is (190,87,52). Sum of RGB (Red+Green+Blue) = 190+87+52=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5734 is #41A8CB. Grayscale: #727272. Windows color (decimal): -4303052 or 3430334. OLE color: 3430334.

HSL color Cylindrical-coordinate representation of color #BE5734: hue angle of 15.22º 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 #BE5734 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1908752-
CMYK00.540.730.25
HSL15.22º57.02%47.45%-
HSV(B)15.22º72.63%74.51%-
XYZ25.2618.015.39-
YUV113.8193.12182.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=57.75%
G=26.44%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190875200.540.730.2515.2257.0247.45
HexBE57340364919f392f
Octal2761276406611131177157
Binary10111110101011111010001101101001001110011111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5734; }

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

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

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

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

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

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

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

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