Html Css Color HEX #B8462F Grenadier

📋 copy color: '#B8462F'

red 184 ◦ green 70 ◦ blue 47

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

Shades of Grenadier #B8462F

Tints of Grenadier #B8462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 61.13%
G = 23.26%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8462F (or 0xB8462F) is known color: Grenadier. HEX triplet: B8, 46 and 2F. RGB value is (184,70,47). Sum of RGB (Red+Green+Blue) = 184+70+47=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8462F is #47B9D0. Grayscale: #656565. Windows color (decimal): -4700625 or 3098296. OLE color: 3098296.

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

Color convert

RGB 184 70 47 -
CMYK 0 0.62 0.74 0.28
HSL 10.07º 0.59% 0.45% -
HSV(B) 10.07º 0.74% 0.72% -
XYZ 22.47 14.78 4.36 -
YUV 101.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 184 70 47 0 0.62 0.74 0.28 10.07 0.59 0.45
Hex B8 46 2F 0 3E 4A 1C A 3B 2D
Octal 270 106 57 0 76 112 34 12 73 55
Binary 10111000 1000110 101111 0 111110 1001010 11100 1010 111011 101101

Color Harmonies of #B8462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8462F

Black with #B8462F

Text Example


Text Example

White with #B8462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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