Html Css Color HEX #BE4C34 Grenadier

📋 copy color: '#BE4C34'

red 190 ◦ green 76 ◦ blue 52

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

Shades of Grenadier #BE4C34

Tints of Grenadier #BE4C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 59.75%
G = 23.9%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE4C34 (or 0xBE4C34) is known color: Grenadier. HEX triplet: BE, 4C and 34. RGB value is (190,76,52). Sum of RGB (Red+Green+Blue) = 190+76+52=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C34 is #41B3CB. Grayscale: #6B6B6B. Windows color (decimal): -4305868 or 3427518. OLE color: 3427518.

HSL color Cylindrical-coordinate representation of color #BE4C34: hue angle of 10.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE4C34 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 76 52 -
CMYK 0 0.60 0.73 0.25
HSL 10.43º 0.57% 0.47% -
HSV(B) 10.43º 0.73% 0.75% -
XYZ 24.44 16.36 5.12 -
YUV 107.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 190 76 52 0 0.60 0.73 0.25 10.43 0.57 0.47
Hex BE 4C 34 0 3C 49 19 A 39 2F
Octal 276 114 64 0 74 111 31 12 71 57
Binary 10111110 1001100 110100 0 111100 1001001 11001 1010 111001 101111

Color Harmonies of #BE4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C34

Black with #BE4C34

Text Example


Text Example

White with #BE4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C34; }

 p { color: rgb(190,76,52); }

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

background-color css

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

 a { background-color: rgb(190,76,52); }

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

border-color css

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

 span { border-color: rgb(190,76,52); }

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