Html Css Color HEX #BE503D Grenadier

📋 copy color: '#BE503D'

red 190 ◦ green 80 ◦ blue 61

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

Shades of Grenadier #BE503D

Tints of Grenadier #BE503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 57.4%
G = 24.17%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE503D (or 0xBE503D) is known color: Grenadier. HEX triplet: BE, 50 and 3D. RGB value is (190,80,61). Sum of RGB (Red+Green+Blue) = 190+80+61=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE503D is #41AFC2. Grayscale: #6E6E6E. Windows color (decimal): -4304835 or 4018366. OLE color: 4018366.

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

Color convert

RGB 190 80 61 -
CMYK 0 0.58 0.68 0.25
HSL 8.84º 0.51% 0.49% -
HSV(B) 8.84º 0.68% 0.75% -
XYZ 24.95 17.02 6.39 -
YUV 110.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 190 80 61 0 0.58 0.68 0.25 8.84 0.51 0.49
Hex BE 50 3D 0 3A 44 19 9 33 31
Octal 276 120 75 0 72 104 31 11 63 61
Binary 10111110 1010000 111101 0 111010 1000100 11001 1001 110011 110001

Color Harmonies of #BE503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE503D

Black with #BE503D

Text Example


Text Example

White with #BE503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE503D; }

 p { color: rgb(190,80,61); }

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

background-color css

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

 a { background-color: rgb(190,80,61); }

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

border-color css

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

 span { border-color: rgb(190,80,61); }

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