Html Css Color HEX #BE4530 Grenadier

📋 copy color: '#BE4530'

red 190 ◦ green 69 ◦ blue 48

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

Shades of Grenadier #BE4530

Tints of Grenadier #BE4530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 61.89%
G = 22.48%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE4530 (or 0xBE4530) is known color: Grenadier. HEX triplet: BE, 45 and 30. RGB value is (190,69,48). Sum of RGB (Red+Green+Blue) = 190+69+48=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4530 is #41BACF. Grayscale: #666666. Windows color (decimal): -4307664 or 3163582. OLE color: 3163582.

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

Color convert

RGB 190 69 48 -
CMYK 0 0.64 0.75 0.25
HSL 8.87º 0.6% 0.47% -
HSV(B) 8.87º 0.75% 0.75% -
XYZ 23.9 15.42 4.51 -
YUV 102.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 190 69 48 0 0.64 0.75 0.25 8.87 0.6 0.47
Hex BE 45 30 0 40 4B 19 9 3C 2F
Octal 276 105 60 0 100 113 31 11 74 57
Binary 10111110 1000101 110000 0 1000000 1001011 11001 1001 111100 101111

Color Harmonies of #BE4530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4530

Black with #BE4530

Text Example


Text Example

White with #BE4530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4530; }

 p { color: rgb(190,69,48); }

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

background-color css

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

 a { background-color: rgb(190,69,48); }

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

border-color css

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

 span { border-color: rgb(190,69,48); }

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