Html Css Color HEX #BE4A2E Grenadier

📋 copy color: '#BE4A2E'

red 190 ◦ green 74 ◦ blue 46

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

Shades of Grenadier #BE4A2E

Tints of Grenadier #BE4A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 61.29%
G = 23.87%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE4A2E (or 0xBE4A2E) is known color: Grenadier. HEX triplet: BE, 4A and 2E. RGB value is (190,74,46). Sum of RGB (Red+Green+Blue) = 190+74+46=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A2E is #41B5D1. Grayscale: #696969. Windows color (decimal): -4306386 or 3033790. OLE color: 3033790.

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

Color convert

RGB 190 74 46 -
CMYK 0 0.61 0.76 0.25
HSL 11.67º 0.61% 0.46% -
HSV(B) 11.67º 0.76% 0.75% -
XYZ 24.18 16.04 4.41 -
YUV 105.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 190 74 46 0 0.61 0.76 0.25 11.67 0.61 0.46
Hex BE 4A 2E 0 3D 4C 19 C 3D 2E
Octal 276 112 56 0 75 114 31 14 75 56
Binary 10111110 1001010 101110 0 111101 1001100 11001 1100 111101 101110

Color Harmonies of #BE4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A2E

Black with #BE4A2E

Text Example


Text Example

White with #BE4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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