Html Css Color HEX #BE4D32 Grenadier

📋 copy color: '#BE4D32'

red 190 ◦ green 77 ◦ blue 50

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

Shades of Grenadier #BE4D32

Tints of Grenadier #BE4D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.29%

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

R = 59.94%
G = 24.29%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE4D32 (or 0xBE4D32) is known color: Grenadier. HEX triplet: BE, 4D and 32. RGB value is (190,77,50). Sum of RGB (Red+Green+Blue) = 190+77+50=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D32 is #41B2CD. Grayscale: #6B6B6B. Windows color (decimal): -4305614 or 3296702. OLE color: 3296702.

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

Color convert

RGB 190 77 50 -
CMYK 0 0.59 0.74 0.25
HSL 11.57º 0.58% 0.47% -
HSV(B) 11.57º 0.74% 0.75% -
XYZ 24.46 16.49 4.91 -
YUV 107.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 190 77 50 0 0.59 0.74 0.25 11.57 0.58 0.47
Hex BE 4D 32 0 3B 4A 19 C 3A 2F
Octal 276 115 62 0 73 112 31 14 72 57
Binary 10111110 1001101 110010 0 111011 1001010 11001 1100 111010 101111

Color Harmonies of #BE4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D32

Black with #BE4D32

Text Example


Text Example

White with #BE4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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