Html Css Color HEX #BE4B2F Grenadier

📋 copy color: '#BE4B2F'

red 190 ◦ green 75 ◦ blue 47

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

Shades of Grenadier #BE4B2F

Tints of Grenadier #BE4B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 60.9%
G = 24.04%
B = 15.06%

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

#BE4B2F (or 0xBE4B2F) is known color: Grenadier. HEX triplet: BE, 4B and 2F. RGB value is (190,75,47). Sum of RGB (Red+Green+Blue) = 190+75+47=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B2F is #41B4D0. Grayscale: #6A6A6A. Windows color (decimal): -4306129 or 3099582. OLE color: 3099582.

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

Color convert

RGB 190 75 47 -
CMYK 0 0.61 0.75 0.25
HSL 11.75º 0.6% 0.46% -
HSV(B) 11.75º 0.75% 0.75% -
XYZ 24.26 16.18 4.53 -
YUV 106.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 190 75 47 0 0.61 0.75 0.25 11.75 0.6 0.46
Hex BE 4B 2F 0 3D 4B 19 C 3C 2E
Octal 276 113 57 0 75 113 31 14 74 56
Binary 10111110 1001011 101111 0 111101 1001011 11001 1100 111100 101110

Color Harmonies of #BE4B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B2F

Black with #BE4B2F

Text Example


Text Example

White with #BE4B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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