Html Css Color HEX #BE4734 Grenadier

📋 copy color: '#BE4734'

red 190 ◦ green 71 ◦ blue 52

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

Shades of Grenadier #BE4734

Tints of Grenadier #BE4734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.68%

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

R = 60.7%
G = 22.68%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE4734 (or 0xBE4734) is known color: Grenadier. HEX triplet: BE, 47 and 34. RGB value is (190,71,52). Sum of RGB (Red+Green+Blue) = 190+71+52=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4734 is #41B8CB. Grayscale: #686868. Windows color (decimal): -4307148 or 3426238. OLE color: 3426238.

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

Color convert

RGB 190 71 52 -
CMYK 0 0.63 0.73 0.25
HSL 8.26º 0.57% 0.47% -
HSV(B) 8.26º 0.73% 0.75% -
XYZ 24.11 15.7 5.01 -
YUV 104.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 190 71 52 0 0.63 0.73 0.25 8.26 0.57 0.47
Hex BE 47 34 0 3F 49 19 8 39 2F
Octal 276 107 64 0 77 111 31 10 71 57
Binary 10111110 1000111 110100 0 111111 1001001 11001 1000 111001 101111

Color Harmonies of #BE4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4734

Black with #BE4734

Text Example


Text Example

White with #BE4734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4734; }

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

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

background-color css

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

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

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

border-color css

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

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

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