#BE5F3B

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

Shades of Smoke Tree #BE5F3B

Tints of Smoke Tree #BE5F3B

Color information

#BE5F3B (or 0xBE5F3B) is unknown color: approx Smoke Tree. HEX triplet: BE, 5F and 3B. RGB value is (190,95,59). Sum of RGB (Red+Green+Blue) = 190+95+59=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5F3B is #41A0C4. Grayscale: #777777. Windows color (decimal): -4300997 or 3891134. OLE color: 3891134.

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

Color convert

RGB1909559-
CMYK00.50.690.25
HSL16.49º52.61%48.82%-
HSV(B)16.49º68.95%74.51%-
XYZ26.1219.456.51-
YUV119.393.97178.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=55.23%
G=27.62%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190955900.50.690.2516.4952.6148.82
HexBE5F3B0324519103531
Octal2761377306210531206561
Binary101111101011111111011011001010001011100110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F3B; }

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

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

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

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

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

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

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

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