Html Css Color HEX #B8492C Grenadier

📋 copy color: '#B8492C'

red 184 ◦ green 73 ◦ blue 44

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

Shades of Grenadier #B8492C

Tints of Grenadier #B8492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

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

R = 61.13%
G = 24.25%
B = 14.62%

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

#B8492C (or 0xB8492C) is known color: Grenadier. HEX triplet: B8, 49 and 2C. RGB value is (184,73,44). Sum of RGB (Red+Green+Blue) = 184+73+44=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8492C is #47B6D3. Grayscale: #676767. Windows color (decimal): -4699860 or 2902456. OLE color: 2902456.

HSL color Cylindrical-coordinate representation of color #B8492C: hue angle of 12.43º 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 #B8492C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 44 -
CMYK 0 0.60 0.76 0.28
HSL 12.43º 0.61% 0.45% -
HSV(B) 12.43º 0.76% 0.72% -
XYZ 22.6 15.14 4.11 -
YUV 102.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 184 73 44 0 0.60 0.76 0.28 12.43 0.61 0.45
Hex B8 49 2C 0 3C 4C 1C C 3D 2D
Octal 270 111 54 0 74 114 34 14 75 55
Binary 10111000 1001001 101100 0 111100 1001100 11100 1100 111101 101101

Color Harmonies of #B8492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8492C

Black with #B8492C

Text Example


Text Example

White with #B8492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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