Html Css Color HEX #BE4032 Grenadier

📋 copy color: '#BE4032'

red 190 ◦ green 64 ◦ blue 50

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

Shades of Grenadier #BE4032

Tints of Grenadier #BE4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

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

R = 62.5%
G = 21.05%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE4032 (or 0xBE4032) is known color: Grenadier. HEX triplet: BE, 40 and 32. RGB value is (190,64,50). Sum of RGB (Red+Green+Blue) = 190+64+50=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4032 is #41BFCD. Grayscale: #646464. Windows color (decimal): -4308942 or 3293374. OLE color: 3293374.

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

Color convert

RGB 190 64 50 -
CMYK 0 0.66 0.74 0.25
HSL 0.58% 0.47% -
HSV(B) 0.74% 0.75% -
XYZ 23.64 14.84 4.64 -
YUV 100.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 190 64 50 0 0.66 0.74 0.25 6 0.58 0.47
Hex BE 40 32 0 42 4A 19 6 3A 2F
Octal 276 100 62 0 102 112 31 6 72 57
Binary 10111110 1000000 110010 0 1000010 1001010 11001 110 111010 101111

Color Harmonies of #BE4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4032

Black with #BE4032

Text Example


Text Example

White with #BE4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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