#BE5828

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

Shades of Smoke Tree #BE5828

Tints of Smoke Tree #BE5828

Color information

#BE5828 (or 0xBE5828) is unknown color: approx Smoke Tree. HEX triplet: BE, 58 and 28. RGB value is (190,88,40). Sum of RGB (Red+Green+Blue) = 190+88+40=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5828 is #41A7D7. Grayscale: #717171. Windows color (decimal): -4302808 or 2644158. OLE color: 2644158.

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

Color convert

RGB1908840-
CMYK00.540.790.25
HSL19.2º65.22%45.1%-
HSV(B)19.2º78.95%74.51%-
XYZ25.1118.084.17-
YUV113.0386.79182.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.75%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 40 (16.02% from 255) = 12.58%
R=59.75%
G=27.67%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190884000.540.790.2519.265.2245.1
HexBE58280364F1913412d
Octal27613050066117312310155
Binary1011111010110001010000110110100111111001100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5828; }

 p { color: rgb(190,88,40); }

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

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

 a { background-color: rgb(190,88,40); }

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

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

 span { border-color: rgb(190,88,40); }

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