Html Css Color HEX #BE423C Grenadier

📋 copy color: '#BE423C'

red 190 ◦ green 66 ◦ blue 60

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

Shades of Grenadier #BE423C

Tints of Grenadier #BE423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

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

R = 60.13%
G = 20.89%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE423C (or 0xBE423C) is known color: Grenadier. HEX triplet: BE, 42 and 3C. RGB value is (190,66,60). Sum of RGB (Red+Green+Blue) = 190+66+60=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE423C is #41BDC3. Grayscale: #666666. Windows color (decimal): -4308420 or 3949246. OLE color: 3949246.

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

Color convert

RGB 190 66 60 -
CMYK 0 0.65 0.68 0.25
HSL 2.77º 0.52% 0.49% -
HSV(B) 2.77º 0.68% 0.75% -
XYZ 24 15.17 5.94 -
YUV 102.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 190 66 60 0 0.65 0.68 0.25 2.77 0.52 0.49
Hex BE 42 3C 0 41 44 19 3 34 31
Octal 276 102 74 0 101 104 31 3 64 61
Binary 10111110 1000010 111100 0 1000001 1000100 11001 11 110100 110001

Color Harmonies of #BE423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE423C

Black with #BE423C

Text Example


Text Example

White with #BE423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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