#BE693A

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

Shades of Smoke Tree #BE693A

Tints of Smoke Tree #BE693A

Color information

#BE693A (or 0xBE693A) is unknown color: approx Smoke Tree. HEX triplet: BE, 69 and 3A. RGB value is (190,105,58). Sum of RGB (Red+Green+Blue) = 190+105+58=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE693A is #4196C5. Grayscale: #7D7D7D. Windows color (decimal): -4298438 or 3828158. OLE color: 3828158.

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

Color convert

RGB19010558-
CMYK00.450.690.25
HSL21.36º53.23%48.63%-
HSV(B)21.36º69.47%74.51%-
XYZ27.0521.366.7-
YUV125.0690.16174.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 58 (23.05% from 255) = 16.43%
R=53.82%
G=29.75%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901055800.450.690.2521.3653.2348.63
HexBE693A02D4519153531
Octal2761517205510531256561
Binary101111101101001111010010110110001011100110101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE693A; }

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

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

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

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

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

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

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

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