Html Css Color HEX #BE4A35 Grenadier

📋 copy color: '#BE4A35'

red 190 ◦ green 74 ◦ blue 53

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

Shades of Grenadier #BE4A35

Tints of Grenadier #BE4A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 59.94%
G = 23.34%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE4A35 (or 0xBE4A35) is known color: Grenadier. HEX triplet: BE, 4A and 35. RGB value is (190,74,53). Sum of RGB (Red+Green+Blue) = 190+74+53=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A35 is #41B5CA. Grayscale: #6A6A6A. Windows color (decimal): -4306379 or 3492542. OLE color: 3492542.

HSL color Cylindrical-coordinate representation of color #BE4A35: hue angle of 9.2º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE4A35 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 74 53 -
CMYK 0 0.61 0.72 0.25
HSL 9.2º 0.56% 0.48% -
HSV(B) 9.2º 0.72% 0.75% -
XYZ 24.33 16.1 5.19 -
YUV 106.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 190 74 53 0 0.61 0.72 0.25 9.2 0.56 0.48
Hex BE 4A 35 0 3D 48 19 9 38 30
Octal 276 112 65 0 75 110 31 11 70 60
Binary 10111110 1001010 110101 0 111101 1001000 11001 1001 111000 110000

Color Harmonies of #BE4A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A35

Black with #BE4A35

Text Example


Text Example

White with #BE4A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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