Html Css Color HEX #BE4229 Grenadier

📋 copy color: '#BE4229'

red 190 ◦ green 66 ◦ blue 41

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

Shades of Grenadier #BE4229

Tints of Grenadier #BE4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 63.97%
G = 22.22%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE4229 (or 0xBE4229) is known color: Grenadier. HEX triplet: BE, 42 and 29. RGB value is (190,66,41). Sum of RGB (Red+Green+Blue) = 190+66+41=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4229 is #41BDD6. Grayscale: #646464. Windows color (decimal): -4308439 or 2704062. OLE color: 2704062.

HSL color Cylindrical-coordinate representation of color #BE4229: hue angle of 10.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE4229 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 66 41 -
CMYK 0 0.65 0.78 0.25
HSL 10.07º 0.65% 0.45% -
HSV(B) 10.07º 0.78% 0.75% -
XYZ 23.58 15 3.75 -
YUV 100.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 190 66 41 0 0.65 0.78 0.25 10.07 0.65 0.45
Hex BE 42 29 0 41 4E 19 A 41 2D
Octal 276 102 51 0 101 116 31 12 101 55
Binary 10111110 1000010 101001 0 1000001 1001110 11001 1010 1000001 101101

Color Harmonies of #BE4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4229

Black with #BE4229

Text Example


Text Example

White with #BE4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4229; }

 p { color: rgb(190,66,41); }

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

background-color css

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

 a { background-color: rgb(190,66,41); }

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

border-color css

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

 span { border-color: rgb(190,66,41); }

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