Html Css Color HEX #BE4D3D Grenadier

📋 copy color: '#BE4D3D'

red 190 ◦ green 77 ◦ blue 61

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

Shades of Grenadier #BE4D3D

Tints of Grenadier #BE4D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.48%

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 57.93%
G = 23.48%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE4D3D (or 0xBE4D3D) is known color: Grenadier. HEX triplet: BE, 4D and 3D. RGB value is (190,77,61). Sum of RGB (Red+Green+Blue) = 190+77+61=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D3D is #41B2C2. Grayscale: #6D6D6D. Windows color (decimal): -4305603 or 4017598. OLE color: 4017598.

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

Color convert

RGB 190 77 61 -
CMYK 0 0.59 0.68 0.25
HSL 7.44º 0.51% 0.49% -
HSV(B) 7.44º 0.68% 0.75% -
XYZ 24.73 16.59 6.31 -
YUV 108.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 190 77 61 0 0.59 0.68 0.25 7.44 0.51 0.49
Hex BE 4D 3D 0 3B 44 19 7 33 31
Octal 276 115 75 0 73 104 31 7 63 61
Binary 10111110 1001101 111101 0 111011 1000100 11001 111 110011 110001

Color Harmonies of #BE4D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D3D

Black with #BE4D3D

Text Example


Text Example

White with #BE4D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D3D; }

 p { color: rgb(190,77,61); }

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

background-color css

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

 a { background-color: rgb(190,77,61); }

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

border-color css

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

 span { border-color: rgb(190,77,61); }

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