Html Css Color HEX #B8472E Grenadier

📋 copy color: '#B8472E'

red 184 ◦ green 71 ◦ blue 46

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

Shades of Grenadier #B8472E

Tints of Grenadier #B8472E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 61.13%
G = 23.59%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8472E (or 0xB8472E) is known color: Grenadier. HEX triplet: B8, 47 and 2E. RGB value is (184,71,46). Sum of RGB (Red+Green+Blue) = 184+71+46=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8472E is #47B8D1. Grayscale: #666666. Windows color (decimal): -4700370 or 3033016. OLE color: 3033016.

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

Color convert

RGB 184 71 46 -
CMYK 0 0.61 0.75 0.28
HSL 10.87º 0.6% 0.45% -
HSV(B) 10.87º 0.75% 0.72% -
XYZ 22.51 14.89 4.27 -
YUV 101.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 184 71 46 0 0.61 0.75 0.28 10.87 0.6 0.45
Hex B8 47 2E 0 3D 4B 1C B 3C 2D
Octal 270 107 56 0 75 113 34 13 74 55
Binary 10111000 1000111 101110 0 111101 1001011 11100 1011 111100 101101

Color Harmonies of #B8472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8472E

Black with #B8472E

Text Example


Text Example

White with #B8472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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