Html Css Color HEX #BE4428 Grenadier

📋 copy color: '#BE4428'

red 190 ◦ green 68 ◦ blue 40

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

Shades of Grenadier #BE4428

Tints of Grenadier #BE4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 63.76%
G = 22.82%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE4428 (or 0xBE4428) is known color: Grenadier. HEX triplet: BE, 44 and 28. RGB value is (190,68,40). Sum of RGB (Red+Green+Blue) = 190+68+40=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4428 is #41BBD7. Grayscale: #656565. Windows color (decimal): -4307928 or 2639038. OLE color: 2639038.

HSL color Cylindrical-coordinate representation of color #BE4428: hue angle of 11.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE4428 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 40 -
CMYK 0 0.64 0.79 0.25
HSL 11.2º 0.65% 0.45% -
HSV(B) 11.2º 0.79% 0.75% -
XYZ 23.69 15.23 3.7 -
YUV 101.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 190 68 40 0 0.64 0.79 0.25 11.2 0.65 0.45
Hex BE 44 28 0 40 4F 19 B 41 2D
Octal 276 104 50 0 100 117 31 13 101 55
Binary 10111110 1000100 101000 0 1000000 1001111 11001 1011 1000001 101101

Color Harmonies of #BE4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4428

Black with #BE4428

Text Example


Text Example

White with #BE4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4428; }

 p { color: rgb(190,68,40); }

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

background-color css

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

 a { background-color: rgb(190,68,40); }

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

border-color css

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

 span { border-color: rgb(190,68,40); }

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