Html Css Color HEX #BE422B Grenadier

📋 copy color: '#BE422B'

red 190 ◦ green 66 ◦ blue 43

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

Shades of Grenadier #BE422B

Tints of Grenadier #BE422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 63.55%
G = 22.07%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE422B (or 0xBE422B) is known color: Grenadier. HEX triplet: BE, 42 and 2B. RGB value is (190,66,43). Sum of RGB (Red+Green+Blue) = 190+66+43=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE422B is #41BDD4. Grayscale: #646464. Windows color (decimal): -4308437 or 2835134. OLE color: 2835134.

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

Color convert

RGB 190 66 43 -
CMYK 0 0.65 0.77 0.25
HSL 9.39º 0.63% 0.46% -
HSV(B) 9.39º 0.77% 0.75% -
XYZ 23.62 15.02 3.94 -
YUV 100.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 190 66 43 0 0.65 0.77 0.25 9.39 0.63 0.46
Hex BE 42 2B 0 41 4D 19 9 3F 2E
Octal 276 102 53 0 101 115 31 11 77 56
Binary 10111110 1000010 101011 0 1000001 1001101 11001 1001 111111 101110

Color Harmonies of #BE422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE422B

Black with #BE422B

Text Example


Text Example

White with #BE422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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