#BE5B3C

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

Shades of Smoke Tree #BE5B3C

Tints of Smoke Tree #BE5B3C

Color information

#BE5B3C (or 0xBE5B3C) is unknown color: approx Smoke Tree. HEX triplet: BE, 5B and 3C. RGB value is (190,91,60). Sum of RGB (Red+Green+Blue) = 190+91+60=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5B3C is #41A4C3. Grayscale: #757575. Windows color (decimal): -4302020 or 3955646. OLE color: 3955646.

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

Color convert

RGB1909160-
CMYK00.520.680.25
HSL14.31º52%49.02%-
HSV(B)14.31º68.42%74.51%-
XYZ25.7918.766.54-
YUV117.0795.8180.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=55.72%
G=26.69%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190916000.520.680.2514.315249.02
HexBE5B3C0344419e3431
Octal2761337406410431166461
Binary10111110101101111110001101001000100110011110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B3C; }

 p { color: rgb(190,91,60); }

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

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

 a { background-color: rgb(190,91,60); }

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

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

 span { border-color: rgb(190,91,60); }

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