#BE613A

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

Shades of Smoke Tree #BE613A

Tints of Smoke Tree #BE613A

Color information

#BE613A (or 0xBE613A) is unknown color: approx Smoke Tree. HEX triplet: BE, 61 and 3A. RGB value is (190,97,58). Sum of RGB (Red+Green+Blue) = 190+97+58=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE613A is #419EC5. Grayscale: #787878. Windows color (decimal): -4300486 or 3826110. OLE color: 3826110.

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

Color convert

RGB1909758-
CMYK00.490.690.25
HSL17.73º53.23%48.63%-
HSV(B)17.73º69.47%74.51%-
XYZ26.2719.86.44-
YUV120.3692.81177.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 58 (23.05% from 255) = 16.81%
R=55.07%
G=28.12%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190975800.490.690.2517.7353.2348.63
HexBE613A0314519123531
Octal2761417206110531226561
Binary101111101100001111010011000110001011100110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE613A; }

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

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

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

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

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

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

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

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