Html Css Color HEX #BE5032 Grenadier

📋 copy color: '#BE5032'

red 190 ◦ green 80 ◦ blue 50

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

Shades of Grenadier #BE5032

Tints of Grenadier #BE5032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 59.38%
G = 25%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE5032 (or 0xBE5032) is known color: Grenadier. HEX triplet: BE, 50 and 32. RGB value is (190,80,50). Sum of RGB (Red+Green+Blue) = 190+80+50=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5032 is #41AFCD. Grayscale: #6D6D6D. Windows color (decimal): -4304846 or 3297470. OLE color: 3297470.

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

Color convert

RGB 190 80 50 -
CMYK 0 0.58 0.74 0.25
HSL 12.86º 0.58% 0.47% -
HSV(B) 12.86º 0.74% 0.75% -
XYZ 24.68 16.91 4.98 -
YUV 109.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 190 80 50 0 0.58 0.74 0.25 12.86 0.58 0.47
Hex BE 50 32 0 3A 4A 19 D 3A 2F
Octal 276 120 62 0 72 112 31 15 72 57
Binary 10111110 1010000 110010 0 111010 1001010 11001 1101 111010 101111

Color Harmonies of #BE5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5032

Black with #BE5032

Text Example


Text Example

White with #BE5032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5032; }

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

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

background-color css

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

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

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

border-color css

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

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

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