Html Css Color HEX #BE4432 Grenadier

📋 copy color: '#BE4432'

red 190 ◦ green 68 ◦ blue 50

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

Shades of Grenadier #BE4432

Tints of Grenadier #BE4432

RGB

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

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

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

R = 61.69%
G = 22.08%
B = 16.23%

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

#BE4432 (or 0xBE4432) is known color: Grenadier. HEX triplet: BE, 44 and 32. RGB value is (190,68,50). Sum of RGB (Red+Green+Blue) = 190+68+50=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4432 is #41BBCD. Grayscale: #666666. Windows color (decimal): -4307918 or 3294398. OLE color: 3294398.

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

Color convert

RGB 190 68 50 -
CMYK 0 0.64 0.74 0.25
HSL 7.71º 0.58% 0.47% -
HSV(B) 7.71º 0.74% 0.75% -
XYZ 23.88 15.31 4.71 -
YUV 102.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 190 68 50 0 0.64 0.74 0.25 7.71 0.58 0.47
Hex BE 44 32 0 40 4A 19 8 3A 2F
Octal 276 104 62 0 100 112 31 10 72 57
Binary 10111110 1000100 110010 0 1000000 1001010 11001 1000 111010 101111

Color Harmonies of #BE4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4432

Black with #BE4432

Text Example


Text Example

White with #BE4432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4432; }

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

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

background-color css

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

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

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

border-color css

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

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

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