Html Css Color HEX #BE4230 Grenadier

📋 copy color: '#BE4230'

red 190 ◦ green 66 ◦ blue 48

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

Shades of Grenadier #BE4230

Tints of Grenadier #BE4230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 62.5%
G = 21.71%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE4230 (or 0xBE4230) is known color: Grenadier. HEX triplet: BE, 42 and 30. RGB value is (190,66,48). Sum of RGB (Red+Green+Blue) = 190+66+48=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4230 is #41BDCF. Grayscale: #656565. Windows color (decimal): -4308432 or 3162814. OLE color: 3162814.

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

Color convert

RGB 190 66 48 -
CMYK 0 0.65 0.75 0.25
HSL 7.61º 0.6% 0.47% -
HSV(B) 7.61º 0.75% 0.75% -
XYZ 23.72 15.06 4.45 -
YUV 101.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 190 66 48 0 0.65 0.75 0.25 7.61 0.6 0.47
Hex BE 42 30 0 41 4B 19 8 3C 2F
Octal 276 102 60 0 101 113 31 10 74 57
Binary 10111110 1000010 110000 0 1000001 1001011 11001 1000 111100 101111

Color Harmonies of #BE4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4230

Black with #BE4230

Text Example


Text Example

White with #BE4230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4230; }

 p { color: rgb(190,66,48); }

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

background-color css

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

 a { background-color: rgb(190,66,48); }

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

border-color css

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

 span { border-color: rgb(190,66,48); }

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