Html Css Color HEX #BE5C2F Smoke Tree

📋 copy color: '#BE5C2F'

red 190 ◦ green 92 ◦ blue 47

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

Shades of Smoke Tree #BE5C2F

Tints of Smoke Tree #BE5C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 57.75%
G = 27.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE5C2F (or 0xBE5C2F) is known color: Smoke Tree. HEX triplet: BE, 5C and 2F. RGB value is (190,92,47). Sum of RGB (Red+Green+Blue) = 190+92+47=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C2F is #41A3D0. Grayscale: #747474. Windows color (decimal): -4301777 or 3103934. OLE color: 3103934.

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

Color convert

RGB 190 92 47 -
CMYK 0 0.52 0.75 0.25
HSL 18.88º 0.6% 0.46% -
HSV(B) 18.88º 0.75% 0.75% -
XYZ 25.58 18.81 4.97 -
YUV 116.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 190 92 47 0 0.52 0.75 0.25 18.88 0.6 0.46
Hex BE 5C 2F 0 34 4B 19 13 3C 2E
Octal 276 134 57 0 64 113 31 23 74 56
Binary 10111110 1011100 101111 0 110100 1001011 11001 10011 111100 101110

Color Harmonies of #BE5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C2F

Black with #BE5C2F

Text Example


Text Example

White with #BE5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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