Html Css Color HEX #BE463C Grenadier

📋 copy color: '#BE463C'

red 190 ◦ green 70 ◦ blue 60

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

Shades of Grenadier #BE463C

Tints of Grenadier #BE463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 59.38%
G = 21.88%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE463C (or 0xBE463C) is known color: Grenadier. HEX triplet: BE, 46 and 3C. RGB value is (190,70,60). Sum of RGB (Red+Green+Blue) = 190+70+60=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE463C is #41B9C3. Grayscale: #686868. Windows color (decimal): -4307396 or 3950270. OLE color: 3950270.

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

Color convert

RGB 190 70 60 -
CMYK 0 0.63 0.68 0.25
HSL 4.62º 0.52% 0.49% -
HSV(B) 4.62º 0.68% 0.75% -
XYZ 24.24 15.65 6.02 -
YUV 104.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 190 70 60 0 0.63 0.68 0.25 4.62 0.52 0.49
Hex BE 46 3C 0 3F 44 19 5 34 31
Octal 276 106 74 0 77 104 31 5 64 61
Binary 10111110 1000110 111100 0 111111 1000100 11001 101 110100 110001

Color Harmonies of #BE463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE463C

Black with #BE463C

Text Example


Text Example

White with #BE463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE463C; }

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

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

background-color css

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

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

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

border-color css

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

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

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