Html Css Color HEX #B84A2C Grenadier

📋 copy color: '#B84A2C'

red 184 ◦ green 74 ◦ blue 44

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

Shades of Grenadier #B84A2C

Tints of Grenadier #B84A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.5%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 60.93%
G = 24.5%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B84A2C (or 0xB84A2C) is known color: Grenadier. HEX triplet: B8, 4A and 2C. RGB value is (184,74,44). Sum of RGB (Red+Green+Blue) = 184+74+44=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A2C is #47B5D3. Grayscale: #676767. Windows color (decimal): -4699604 or 2902712. OLE color: 2902712.

HSL color Cylindrical-coordinate representation of color #B84A2C: hue angle of 12.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B84A2C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 44 -
CMYK 0 0.60 0.76 0.28
HSL 12.86º 0.61% 0.45% -
HSV(B) 12.86º 0.76% 0.72% -
XYZ 22.67 15.27 4.14 -
YUV 103.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 184 74 44 0 0.60 0.76 0.28 12.86 0.61 0.45
Hex B8 4A 2C 0 3C 4C 1C D 3D 2D
Octal 270 112 54 0 74 114 34 15 75 55
Binary 10111000 1001010 101100 0 111100 1001100 11100 1101 111101 101101

Color Harmonies of #B84A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A2C

Black with #B84A2C

Text Example


Text Example

White with #B84A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A2C; }

 p { color: rgb(184,74,44); }

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

background-color css

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

 a { background-color: rgb(184,74,44); }

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

border-color css

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

 span { border-color: rgb(184,74,44); }

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