Html Css Color HEX #B8462A Grenadier

📋 copy color: '#B8462A'

red 184 ◦ green 70 ◦ blue 42

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

Shades of Grenadier #B8462A

Tints of Grenadier #B8462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 62.16%
G = 23.65%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8462A (or 0xB8462A) is known color: Grenadier. HEX triplet: B8, 46 and 2A. RGB value is (184,70,42). Sum of RGB (Red+Green+Blue) = 184+70+42=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8462A is #47B9D5. Grayscale: #656565. Windows color (decimal): -4700630 or 2770616. OLE color: 2770616.

HSL color Cylindrical-coordinate representation of color #B8462A: hue angle of 11.83º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8462A is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 42 -
CMYK 0 0.62 0.77 0.28
HSL 11.83º 0.63% 0.44% -
HSV(B) 11.83º 0.77% 0.72% -
XYZ 22.38 14.74 3.86 -
YUV 100.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 184 70 42 0 0.62 0.77 0.28 11.83 0.63 0.44
Hex B8 46 2A 0 3E 4D 1C C 3F 2C
Octal 270 106 52 0 76 115 34 14 77 54
Binary 10111000 1000110 101010 0 111110 1001101 11100 1100 111111 101100

Color Harmonies of #B8462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8462A

Black with #B8462A

Text Example


Text Example

White with #B8462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8462A; }

 p { color: rgb(184,70,42); }

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

background-color css

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

 a { background-color: rgb(184,70,42); }

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

border-color css

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

 span { border-color: rgb(184,70,42); }

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