Html Css Color HEX #BE4328 Grenadier

📋 copy color: '#BE4328'

red 190 ◦ green 67 ◦ blue 40

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

Shades of Grenadier #BE4328

Tints of Grenadier #BE4328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 63.97%
G = 22.56%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE4328 (or 0xBE4328) is known color: Grenadier. HEX triplet: BE, 43 and 28. RGB value is (190,67,40). Sum of RGB (Red+Green+Blue) = 190+67+40=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4328 is #41BCD7. Grayscale: #646464. Windows color (decimal): -4308184 or 2638782. OLE color: 2638782.

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

Color convert

RGB 190 67 40 -
CMYK 0 0.65 0.79 0.25
HSL 10.8º 0.65% 0.45% -
HSV(B) 10.8º 0.79% 0.75% -
XYZ 23.63 15.11 3.68 -
YUV 100.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 190 67 40 0 0.65 0.79 0.25 10.8 0.65 0.45
Hex BE 43 28 0 41 4F 19 B 41 2D
Octal 276 103 50 0 101 117 31 13 101 55
Binary 10111110 1000011 101000 0 1000001 1001111 11001 1011 1000001 101101

Color Harmonies of #BE4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4328

Black with #BE4328

Text Example


Text Example

White with #BE4328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4328; }

 p { color: rgb(190,67,40); }

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

background-color css

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

 a { background-color: rgb(190,67,40); }

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

border-color css

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

 span { border-color: rgb(190,67,40); }

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