Html Css Color HEX #BE5A32 Smoke Tree

📋 copy color: '#BE5A32'

red 190 ◦ green 90 ◦ blue 50

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

Shades of Smoke Tree #BE5A32

Tints of Smoke Tree #BE5A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 57.58%
G = 27.27%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE5A32 (or 0xBE5A32) is known color: Smoke Tree. HEX triplet: BE, 5A and 32. RGB value is (190,90,50). Sum of RGB (Red+Green+Blue) = 190+90+50=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A32 is #41A5CD. Grayscale: #737373. Windows color (decimal): -4302286 or 3300030. OLE color: 3300030.

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

Color convert

RGB 190 90 50 -
CMYK 0 0.53 0.74 0.25
HSL 17.14º 0.58% 0.47% -
HSV(B) 17.14º 0.74% 0.75% -
XYZ 25.47 18.49 5.24 -
YUV 115.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 190 90 50 0 0.53 0.74 0.25 17.14 0.58 0.47
Hex BE 5A 32 0 35 4A 19 11 3A 2F
Octal 276 132 62 0 65 112 31 21 72 57
Binary 10111110 1011010 110010 0 110101 1001010 11001 10001 111010 101111

Color Harmonies of #BE5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5A32

Black with #BE5A32

Text Example


Text Example

White with #BE5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5A32; }

 p { color: rgb(190,90,50); }

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

background-color css

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

 a { background-color: rgb(190,90,50); }

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

border-color css

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

 span { border-color: rgb(190,90,50); }

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