#b8462d

Color #B8462D Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #B8462D

Tints of Grenadier #B8462D

Color information

#B8462D (or 0xB8462D) is unknown color: approx Grenadier. HEX triplet: B8, 46 and 2D. RGB value is (184,70,45). Sum of RGB (Red+Green+Blue) = 184+70+45=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8462D is #47B9D2. Grayscale: #656565. Windows color (decimal): -4700627 or 2967224. OLE color: 2967224.

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

Color convert

RGB1847045-
CMYK00.620.760.28
HSL10.79º60.7%44.9%-
HSV(B)10.79º75.54%72.16%-
XYZ22.4314.764.15-
YUV101.2496.27187.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.54%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 45 (17.97% from 255) = 15.05%
R=61.54%
G=23.41%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184704500.620.760.2810.7960.744.9
HexB8462D03E4C1Cb3d2d
Octal2701065507611434137555
Binary10111000100011010110101111101001100111001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8462d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8462d; }

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

 H1.HeaderClassName
 {
   color: #b8462d;
 }
 .AnyTagClassName
 {
   color: #b8462d;
 }
</style>
background-color css

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

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

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

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

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

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