Html Css Color HEX #BE4B30 Grenadier

📋 copy color: '#BE4B30'

red 190 ◦ green 75 ◦ blue 48

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

Shades of Grenadier #BE4B30

Tints of Grenadier #BE4B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

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

R = 60.7%
G = 23.96%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE4B30 (or 0xBE4B30) is known color: Grenadier. HEX triplet: BE, 4B and 30. RGB value is (190,75,48). Sum of RGB (Red+Green+Blue) = 190+75+48=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B30 is #41B4CF. Grayscale: #6A6A6A. Windows color (decimal): -4306128 or 3165118. OLE color: 3165118.

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

Color convert

RGB 190 75 48 -
CMYK 0 0.61 0.75 0.25
HSL 11.41º 0.6% 0.47% -
HSV(B) 11.41º 0.75% 0.75% -
XYZ 24.28 16.19 4.64 -
YUV 106.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 190 75 48 0 0.61 0.75 0.25 11.41 0.6 0.47
Hex BE 4B 30 0 3D 4B 19 B 3C 2F
Octal 276 113 60 0 75 113 31 13 74 57
Binary 10111110 1001011 110000 0 111101 1001011 11001 1011 111100 101111

Color Harmonies of #BE4B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B30

Black with #BE4B30

Text Example


Text Example

White with #BE4B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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