Html Css Color HEX #BE5D34 Smoke Tree

📋 copy color: '#BE5D34'

red 190 ◦ green 93 ◦ blue 52

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

Shades of Smoke Tree #BE5D34

Tints of Smoke Tree #BE5D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 56.72%
G = 27.76%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE5D34 (or 0xBE5D34) is known color: Smoke Tree. HEX triplet: BE, 5D and 34. RGB value is (190,93,52). Sum of RGB (Red+Green+Blue) = 190+93+52=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D34 is #41A2CB. Grayscale: #757575. Windows color (decimal): -4301516 or 3431870. OLE color: 3431870.

HSL color Cylindrical-coordinate representation of color #BE5D34: hue angle of 17.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE5D34 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 93 52 -
CMYK 0 0.51 0.73 0.25
HSL 17.83º 0.57% 0.47% -
HSV(B) 17.83º 0.73% 0.75% -
XYZ 25.77 19.02 5.56 -
YUV 117.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 190 93 52 0 0.51 0.73 0.25 17.83 0.57 0.47
Hex BE 5D 34 0 33 49 19 12 39 2F
Octal 276 135 64 0 63 111 31 22 71 57
Binary 10111110 1011101 110100 0 110011 1001001 11001 10010 111001 101111

Color Harmonies of #BE5D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D34

Black with #BE5D34

Text Example


Text Example

White with #BE5D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D34; }

 p { color: rgb(190,93,52); }

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

background-color css

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

 a { background-color: rgb(190,93,52); }

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

border-color css

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

 span { border-color: rgb(190,93,52); }

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