Html Css Color HEX #B84C31 Grenadier

📋 copy color: '#B84C31'

red 184 ◦ green 76 ◦ blue 49

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

Shades of Grenadier #B84C31

Tints of Grenadier #B84C31

RGB

 RED value IS 184 (72.27% from 255) = 59.55%

 GREEN value IS 76 (30.08% from 255) = 24.6%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 59.55%
G = 24.6%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B84C31 (or 0xB84C31) is known color: Grenadier. HEX triplet: B8, 4C and 31. RGB value is (184,76,49). Sum of RGB (Red+Green+Blue) = 184+76+49=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C31 is #47B3CE. Grayscale: #696969. Windows color (decimal): -4699087 or 3230904. OLE color: 3230904.

HSL color Cylindrical-coordinate representation of color #B84C31: hue angle of 12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B84C31 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 76 49 -
CMYK 0 0.59 0.73 0.28
HSL 12º 0.58% 0.46% -
HSV(B) 12º 0.73% 0.72% -
XYZ 22.91 15.58 4.71 -
YUV 105.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 184 76 49 0 0.59 0.73 0.28 12 0.58 0.46
Hex B8 4C 31 0 3B 49 1C C 3A 2E
Octal 270 114 61 0 73 111 34 14 72 56
Binary 10111000 1001100 110001 0 111011 1001001 11100 1100 111010 101110

Color Harmonies of #B84C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C31

Black with #B84C31

Text Example


Text Example

White with #B84C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C31; }

 p { color: rgb(184,76,49); }

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

background-color css

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

 a { background-color: rgb(184,76,49); }

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

border-color css

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

 span { border-color: rgb(184,76,49); }

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