Html Css Color HEX #BE5C2D Smoke Tree

📋 copy color: '#BE5C2D'

red 190 ◦ green 92 ◦ blue 45

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

Shades of Smoke Tree #BE5C2D

Tints of Smoke Tree #BE5C2D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 58.1%
G = 28.13%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE5C2D (or 0xBE5C2D) is known color: Smoke Tree. HEX triplet: BE, 5C and 2D. RGB value is (190,92,45). Sum of RGB (Red+Green+Blue) = 190+92+45=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C2D is #41A3D2. Grayscale: #747474. Windows color (decimal): -4301779 or 2972862. OLE color: 2972862.

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

Color convert

RGB 190 92 45 -
CMYK 0 0.52 0.76 0.25
HSL 19.45º 0.62% 0.46% -
HSV(B) 19.45º 0.76% 0.75% -
XYZ 25.54 18.79 4.76 -
YUV 115.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 190 92 45 0 0.52 0.76 0.25 19.45 0.62 0.46
Hex BE 5C 2D 0 34 4C 19 13 3E 2E
Octal 276 134 55 0 64 114 31 23 76 56
Binary 10111110 1011100 101101 0 110100 1001100 11001 10011 111110 101110

Color Harmonies of #BE5C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C2D

Black with #BE5C2D

Text Example


Text Example

White with #BE5C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C2D; }

 p { color: rgb(190,92,45); }

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

background-color css

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

 a { background-color: rgb(190,92,45); }

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

border-color css

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

 span { border-color: rgb(190,92,45); }

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