Html Css Color HEX #BE6032 Smoke Tree

📋 copy color: '#BE6032'

red 190 ◦ green 96 ◦ blue 50

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

Shades of Smoke Tree #BE6032

Tints of Smoke Tree #BE6032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 56.55%
G = 28.57%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE6032 (or 0xBE6032) is known color: Smoke Tree. HEX triplet: BE, 60 and 32. RGB value is (190,96,50). Sum of RGB (Red+Green+Blue) = 190+96+50=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6032 is #419FCD. Grayscale: #777777. Windows color (decimal): -4300750 or 3301566. OLE color: 3301566.

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

Color convert

RGB 190 96 50 -
CMYK 0 0.49 0.74 0.25
HSL 19.71º 0.58% 0.47% -
HSV(B) 19.71º 0.74% 0.75% -
XYZ 25.99 19.54 5.42 -
YUV 118.86 89.14 178.74 -
System Red Green Blue C M Y K H S L
Decimal 190 96 50 0 0.49 0.74 0.25 19.71 0.58 0.47
Hex BE 60 32 0 31 4A 19 14 3A 2F
Octal 276 140 62 0 61 112 31 24 72 57
Binary 10111110 1100000 110010 0 110001 1001010 11001 10100 111010 101111

Color Harmonies of #BE6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6032

Black with #BE6032

Text Example


Text Example

White with #BE6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6032; }

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

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

background-color css

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

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

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

border-color css

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

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

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