Html Css Color HEX #BE4135 Grenadier

📋 copy color: '#BE4135'

red 190 ◦ green 65 ◦ blue 53

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

Shades of Grenadier #BE4135

Tints of Grenadier #BE4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

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

R = 61.69%
G = 21.1%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE4135 (or 0xBE4135) is known color: Grenadier. HEX triplet: BE, 41 and 35. RGB value is (190,65,53). Sum of RGB (Red+Green+Blue) = 190+65+53=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4135 is #41BECA. Grayscale: #656565. Windows color (decimal): -4308683 or 3490238. OLE color: 3490238.

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

Color convert

RGB 190 65 53 -
CMYK 0 0.66 0.72 0.25
HSL 5.26º 0.56% 0.48% -
HSV(B) 5.26º 0.72% 0.75% -
XYZ 23.77 14.98 5.01 -
YUV 101.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 190 65 53 0 0.66 0.72 0.25 5.26 0.56 0.48
Hex BE 41 35 0 42 48 19 5 38 30
Octal 276 101 65 0 102 110 31 5 70 60
Binary 10111110 1000001 110101 0 1000010 1001000 11001 101 111000 110000

Color Harmonies of #BE4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4135

Black with #BE4135

Text Example


Text Example

White with #BE4135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4135; }

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

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

background-color css

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

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

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

border-color css

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

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

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