Html Css Color HEX #BE4529 Grenadier

📋 copy color: '#BE4529'

red 190 ◦ green 69 ◦ blue 41

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

Shades of Grenadier #BE4529

Tints of Grenadier #BE4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 63.33%
G = 23%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE4529 (or 0xBE4529) is known color: Grenadier. HEX triplet: BE, 45 and 29. RGB value is (190,69,41). Sum of RGB (Red+Green+Blue) = 190+69+41=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4529 is #41BAD6. Grayscale: #666666. Windows color (decimal): -4307671 or 2704830. OLE color: 2704830.

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

Color convert

RGB 190 69 41 -
CMYK 0 0.64 0.78 0.25
HSL 11.28º 0.65% 0.45% -
HSV(B) 11.28º 0.78% 0.75% -
XYZ 23.76 15.36 3.81 -
YUV 101.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 190 69 41 0 0.64 0.78 0.25 11.28 0.65 0.45
Hex BE 45 29 0 40 4E 19 B 41 2D
Octal 276 105 51 0 100 116 31 13 101 55
Binary 10111110 1000101 101001 0 1000000 1001110 11001 1011 1000001 101101

Color Harmonies of #BE4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4529

Black with #BE4529

Text Example


Text Example

White with #BE4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4529; }

 p { color: rgb(190,69,41); }

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

background-color css

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

 a { background-color: rgb(190,69,41); }

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

border-color css

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

 span { border-color: rgb(190,69,41); }

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