Html Css Color HEX #BE482E Grenadier

📋 copy color: '#BE482E'

red 190 ◦ green 72 ◦ blue 46

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

Shades of Grenadier #BE482E

Tints of Grenadier #BE482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 61.69%
G = 23.38%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE482E (or 0xBE482E) is known color: Grenadier. HEX triplet: BE, 48 and 2E. RGB value is (190,72,46). Sum of RGB (Red+Green+Blue) = 190+72+46=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE482E is #41B7D1. Grayscale: #686868. Windows color (decimal): -4306898 or 3033278. OLE color: 3033278.

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

Color convert

RGB 190 72 46 -
CMYK 0 0.62 0.76 0.25
HSL 10.83º 0.61% 0.46% -
HSV(B) 10.83º 0.76% 0.75% -
XYZ 24.05 15.78 4.36 -
YUV 104.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 190 72 46 0 0.62 0.76 0.25 10.83 0.61 0.46
Hex BE 48 2E 0 3E 4C 19 B 3D 2E
Octal 276 110 56 0 76 114 31 13 75 56
Binary 10111110 1001000 101110 0 111110 1001100 11001 1011 111101 101110

Color Harmonies of #BE482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE482E

Black with #BE482E

Text Example


Text Example

White with #BE482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE482E; }

 p { color: rgb(190,72,46); }

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

background-color css

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

 a { background-color: rgb(190,72,46); }

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

border-color css

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

 span { border-color: rgb(190,72,46); }

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