Html Css Color HEX #BE5C32 Smoke Tree

📋 copy color: '#BE5C32'

red 190 ◦ green 92 ◦ blue 50

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

Shades of Smoke Tree #BE5C32

Tints of Smoke Tree #BE5C32

RGB

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

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

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

R = 57.23%
G = 27.71%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE5C32 (or 0xBE5C32) is known color: Smoke Tree. HEX triplet: BE, 5C and 32. RGB value is (190,92,50). Sum of RGB (Red+Green+Blue) = 190+92+50=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C32 is #41A3CD. Grayscale: #747474. Windows color (decimal): -4301774 or 3300542. OLE color: 3300542.

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

Color convert

RGB 190 92 50 -
CMYK 0 0.52 0.74 0.25
HSL 18º 0.58% 0.47% -
HSV(B) 18º 0.74% 0.75% -
XYZ 25.64 18.83 5.3 -
YUV 116.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 190 92 50 0 0.52 0.74 0.25 18 0.58 0.47
Hex BE 5C 32 0 34 4A 19 12 3A 2F
Octal 276 134 62 0 64 112 31 22 72 57
Binary 10111110 1011100 110010 0 110100 1001010 11001 10010 111010 101111

Color Harmonies of #BE5C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C32

Black with #BE5C32

Text Example


Text Example

White with #BE5C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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