Html Css Color HEX #BE4431 Grenadier

📋 copy color: '#BE4431'

red 190 ◦ green 68 ◦ blue 49

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

Shades of Grenadier #BE4431

Tints of Grenadier #BE4431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 61.89%
G = 22.15%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE4431 (or 0xBE4431) is known color: Grenadier. HEX triplet: BE, 44 and 31. RGB value is (190,68,49). Sum of RGB (Red+Green+Blue) = 190+68+49=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4431 is #41BBCE. Grayscale: #666666. Windows color (decimal): -4307919 or 3228862. OLE color: 3228862.

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

Color convert

RGB 190 68 49 -
CMYK 0 0.64 0.74 0.25
HSL 8.09º 0.59% 0.47% -
HSV(B) 8.09º 0.74% 0.75% -
XYZ 23.86 15.3 4.6 -
YUV 102.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 190 68 49 0 0.64 0.74 0.25 8.09 0.59 0.47
Hex BE 44 31 0 40 4A 19 8 3B 2F
Octal 276 104 61 0 100 112 31 10 73 57
Binary 10111110 1000100 110001 0 1000000 1001010 11001 1000 111011 101111

Color Harmonies of #BE4431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4431

Black with #BE4431

Text Example


Text Example

White with #BE4431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4431; }

 p { color: rgb(190,68,49); }

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

background-color css

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

 a { background-color: rgb(190,68,49); }

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

border-color css

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

 span { border-color: rgb(190,68,49); }

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