Html Css Color HEX #BE4D34 Grenadier

📋 copy color: '#BE4D34'

red 190 ◦ green 77 ◦ blue 52

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

Shades of Grenadier #BE4D34

Tints of Grenadier #BE4D34

RGB

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

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

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

R = 59.56%
G = 24.14%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE4D34 (or 0xBE4D34) is known color: Grenadier. HEX triplet: BE, 4D and 34. RGB value is (190,77,52). Sum of RGB (Red+Green+Blue) = 190+77+52=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D34 is #41B2CB. Grayscale: #6C6C6C. Windows color (decimal): -4305612 or 3427774. OLE color: 3427774.

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

Color convert

RGB 190 77 52 -
CMYK 0 0.59 0.73 0.25
HSL 10.87º 0.57% 0.47% -
HSV(B) 10.87º 0.73% 0.75% -
XYZ 24.51 16.5 5.14 -
YUV 107.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 190 77 52 0 0.59 0.73 0.25 10.87 0.57 0.47
Hex BE 4D 34 0 3B 49 19 B 39 2F
Octal 276 115 64 0 73 111 31 13 71 57
Binary 10111110 1001101 110100 0 111011 1001001 11001 1011 111001 101111

Color Harmonies of #BE4D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D34

Black with #BE4D34

Text Example


Text Example

White with #BE4D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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