Html Css Color HEX #BE4A32 Grenadier

📋 copy color: '#BE4A32'

red 190 ◦ green 74 ◦ blue 50

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

Shades of Grenadier #BE4A32

Tints of Grenadier #BE4A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 60.51%
G = 23.57%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE4A32 (or 0xBE4A32) is known color: Grenadier. HEX triplet: BE, 4A and 32. RGB value is (190,74,50). Sum of RGB (Red+Green+Blue) = 190+74+50=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A32 is #41B5CD. Grayscale: #6A6A6A. Windows color (decimal): -4306382 or 3295934. OLE color: 3295934.

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

Color convert

RGB 190 74 50 -
CMYK 0 0.61 0.74 0.25
HSL 10.29º 0.58% 0.47% -
HSV(B) 10.29º 0.74% 0.75% -
XYZ 24.26 16.08 4.84 -
YUV 105.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 190 74 50 0 0.61 0.74 0.25 10.29 0.58 0.47
Hex BE 4A 32 0 3D 4A 19 A 3A 2F
Octal 276 112 62 0 75 112 31 12 72 57
Binary 10111110 1001010 110010 0 111101 1001010 11001 1010 111010 101111

Color Harmonies of #BE4A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A32

Black with #BE4A32

Text Example


Text Example

White with #BE4A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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