Html Css Color HEX #BE4F3A Grenadier

📋 copy color: '#BE4F3A'

red 190 ◦ green 79 ◦ blue 58

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

Shades of Grenadier #BE4F3A

Tints of Grenadier #BE4F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 58.1%
G = 24.16%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE4F3A (or 0xBE4F3A) is known color: Grenadier. HEX triplet: BE, 4F and 3A. RGB value is (190,79,58). Sum of RGB (Red+Green+Blue) = 190+79+58=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4F3A is #41B0C5. Grayscale: #6D6D6D. Windows color (decimal): -4305094 or 3821502. OLE color: 3821502.

HSL color Cylindrical-coordinate representation of color #BE4F3A: hue angle of 9.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4F3A is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 79 58 -
CMYK 0 0.58 0.69 0.25
HSL 9.55º 0.53% 0.49% -
HSV(B) 9.55º 0.69% 0.75% -
XYZ 24.79 16.84 5.95 -
YUV 109.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 190 79 58 0 0.58 0.69 0.25 9.55 0.53 0.49
Hex BE 4F 3A 0 3A 45 19 A 35 31
Octal 276 117 72 0 72 105 31 12 65 61
Binary 10111110 1001111 111010 0 111010 1000101 11001 1010 110101 110001

Color Harmonies of #BE4F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4F3A

Black with #BE4F3A

Text Example


Text Example

White with #BE4F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4F3A; }

 p { color: rgb(190,79,58); }

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

background-color css

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

 a { background-color: rgb(190,79,58); }

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

border-color css

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

 span { border-color: rgb(190,79,58); }

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