Html Css Color HEX #B84C2E Grenadier

📋 copy color: '#B84C2E'

red 184 ◦ green 76 ◦ blue 46

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

Shades of Grenadier #B84C2E

Tints of Grenadier #B84C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 60.13%
G = 24.84%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B84C2E (or 0xB84C2E) is known color: Grenadier. HEX triplet: B8, 4C and 2E. RGB value is (184,76,46). Sum of RGB (Red+Green+Blue) = 184+76+46=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C2E is #47B3D1. Grayscale: #696969. Windows color (decimal): -4699090 or 3034296. OLE color: 3034296.

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

Color convert

RGB 184 76 46 -
CMYK 0 0.59 0.75 0.28
HSL 13.04º 0.6% 0.45% -
HSV(B) 13.04º 0.75% 0.72% -
XYZ 22.84 15.56 4.38 -
YUV 104.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 184 76 46 0 0.59 0.75 0.28 13.04 0.6 0.45
Hex B8 4C 2E 0 3B 4B 1C D 3C 2D
Octal 270 114 56 0 73 113 34 15 74 55
Binary 10111000 1001100 101110 0 111011 1001011 11100 1101 111100 101101

Color Harmonies of #B84C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C2E

Black with #B84C2E

Text Example


Text Example

White with #B84C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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