#BE5A38

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

Shades of Smoke Tree #BE5A38

Tints of Smoke Tree #BE5A38

Color information

#BE5A38 (or 0xBE5A38) is unknown color: approx Smoke Tree. HEX triplet: BE, 5A and 38. RGB value is (190,90,56). Sum of RGB (Red+Green+Blue) = 190+90+56=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A38 is #41A5C7. Grayscale: #747474. Windows color (decimal): -4302280 or 3693246. OLE color: 3693246.

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

Color convert

RGB1909056-
CMYK00.530.710.25
HSL15.22º54.47%48.24%-
HSV(B)15.22º70.53%74.51%-
XYZ25.6118.555.97-
YUV116.0294.13180.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=56.55%
G=26.79%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190905600.530.710.2515.2254.4748.24
HexBE5A380354719f3630
Octal2761327006510731176660
Binary10111110101101011100001101011000111110011111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A38; }

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

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

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

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

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

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

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

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