Html Css Color HEX #BE4C3C Grenadier

📋 copy color: '#BE4C3C'

red 190 ◦ green 76 ◦ blue 60

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

Shades of Grenadier #BE4C3C

Tints of Grenadier #BE4C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

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

R = 58.28%
G = 23.31%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE4C3C (or 0xBE4C3C) is known color: Grenadier. HEX triplet: BE, 4C and 3C. RGB value is (190,76,60). Sum of RGB (Red+Green+Blue) = 190+76+60=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C3C is #41B3C3. Grayscale: #6C6C6C. Windows color (decimal): -4305860 or 3951806. OLE color: 3951806.

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

Color convert

RGB 190 76 60 -
CMYK 0 0.60 0.68 0.25
HSL 7.38º 0.52% 0.49% -
HSV(B) 7.38º 0.68% 0.75% -
XYZ 24.64 16.44 6.15 -
YUV 108.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 190 76 60 0 0.60 0.68 0.25 7.38 0.52 0.49
Hex BE 4C 3C 0 3C 44 19 7 34 31
Octal 276 114 74 0 74 104 31 7 64 61
Binary 10111110 1001100 111100 0 111100 1000100 11001 111 110100 110001

Color Harmonies of #BE4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C3C

Black with #BE4C3C

Text Example


Text Example

White with #BE4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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