Html Css Color HEX #BE5E3C Smoke Tree

📋 copy color: '#BE5E3C'

red 190 ◦ green 94 ◦ blue 60

#BE5E3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BE5E3C

Tints of Smoke Tree #BE5E3C

RGB

 RED value IS 190 (74.61% from 255) = 55.23%

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 55.23%
G = 27.33%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE5E3C (or 0xBE5E3C) is known color: Smoke Tree. HEX triplet: BE, 5E and 3C. RGB value is (190,94,60). Sum of RGB (Red+Green+Blue) = 190+94+60=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E3C is #41A1C3. Grayscale: #777777. Windows color (decimal): -4301252 or 3956414. OLE color: 3956414.

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

Color convert

RGB 190 94 60 -
CMYK 0 0.51 0.68 0.25
HSL 15.69º 0.52% 0.49% -
HSV(B) 15.69º 0.68% 0.75% -
XYZ 26.05 19.28 6.62 -
YUV 118.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 190 94 60 0 0.51 0.68 0.25 15.69 0.52 0.49
Hex BE 5E 3C 0 33 44 19 10 34 31
Octal 276 136 74 0 63 104 31 20 64 61
Binary 10111110 1011110 111100 0 110011 1000100 11001 10000 110100 110001

Color Harmonies of #BE5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E3C

Black with #BE5E3C

Text Example


Text Example

White with #BE5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E3C; }

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

 H1.HeaderClassName
 {
   color: #BE5E3C;
 }
 .AnyTagClassName
 {
   color: #BE5E3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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