#BE5C3A

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

Shades of Smoke Tree #BE5C3A

Tints of Smoke Tree #BE5C3A

Color information

#BE5C3A (or 0xBE5C3A) is unknown color: approx Smoke Tree. HEX triplet: BE, 5C and 3A. RGB value is (190,92,58). Sum of RGB (Red+Green+Blue) = 190+92+58=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C3A is #41A3C5. Grayscale: #757575. Windows color (decimal): -4301766 or 3824830. OLE color: 3824830.

HSL color Cylindrical-coordinate representation of color #BE5C3A: hue angle of 15.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE5C3A is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1909258-
CMYK00.520.690.25
HSL15.45º53.23%48.63%-
HSV(B)15.45º69.47%74.51%-
XYZ25.8318.916.29-
YUV117.4394.47179.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 58 (23.05% from 255) = 17.06%
R=55.88%
G=27.06%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190925800.520.690.2515.4553.2348.63
HexBE5C3A0344519f3531
Octal2761347206410531176561
Binary10111110101110011101001101001000101110011111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C3A; }

 p { color: rgb(190,92,58); }

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

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

 a { background-color: rgb(190,92,58); }

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

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

 span { border-color: rgb(190,92,58); }

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