Html Css Color HEX #BE463B Grenadier

📋 copy color: '#BE463B'

red 190 ◦ green 70 ◦ blue 59

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

Shades of Grenadier #BE463B

Tints of Grenadier #BE463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 59.56%
G = 21.94%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE463B (or 0xBE463B) is known color: Grenadier. HEX triplet: BE, 46 and 3B. RGB value is (190,70,59). Sum of RGB (Red+Green+Blue) = 190+70+59=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE463B is #41B9C4. Grayscale: #686868. Windows color (decimal): -4307397 or 3884734. OLE color: 3884734.

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

Color convert

RGB 190 70 59 -
CMYK 0 0.63 0.69 0.25
HSL 5.04º 0.53% 0.49% -
HSV(B) 5.04º 0.69% 0.75% -
XYZ 24.21 15.64 5.88 -
YUV 104.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 190 70 59 0 0.63 0.69 0.25 5.04 0.53 0.49
Hex BE 46 3B 0 3F 45 19 5 35 31
Octal 276 106 73 0 77 105 31 5 65 61
Binary 10111110 1000110 111011 0 111111 1000101 11001 101 110101 110001

Color Harmonies of #BE463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE463B

Black with #BE463B

Text Example


Text Example

White with #BE463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE463B; }

 p { color: rgb(190,70,59); }

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

background-color css

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

 a { background-color: rgb(190,70,59); }

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

border-color css

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

 span { border-color: rgb(190,70,59); }

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