Html Css Color HEX #BE4A3C Grenadier

📋 copy color: '#BE4A3C'

red 190 ◦ green 74 ◦ blue 60

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

Shades of Grenadier #BE4A3C

Tints of Grenadier #BE4A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 58.64%
G = 22.84%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE4A3C (or 0xBE4A3C) is known color: Grenadier. HEX triplet: BE, 4A and 3C. RGB value is (190,74,60). Sum of RGB (Red+Green+Blue) = 190+74+60=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A3C is #41B5C3. Grayscale: #6B6B6B. Windows color (decimal): -4306372 or 3951294. OLE color: 3951294.

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

Color convert

RGB 190 74 60 -
CMYK 0 0.61 0.68 0.25
HSL 6.46º 0.52% 0.49% -
HSV(B) 6.46º 0.68% 0.75% -
XYZ 24.5 16.17 6.11 -
YUV 107.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 190 74 60 0 0.61 0.68 0.25 6.46 0.52 0.49
Hex BE 4A 3C 0 3D 44 19 6 34 31
Octal 276 112 74 0 75 104 31 6 64 61
Binary 10111110 1001010 111100 0 111101 1000100 11001 110 110100 110001

Color Harmonies of #BE4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A3C

Black with #BE4A3C

Text Example


Text Example

White with #BE4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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