#B84B3D

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

Shades of Grenadier #B84B3D

Tints of Grenadier #B84B3D

Color information

#B84B3D (or 0xB84B3D) is unknown color: approx Grenadier. HEX triplet: B8, 4B and 3D. RGB value is (184,75,61). Sum of RGB (Red+Green+Blue) = 184+75+61=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84B3D is #47B4C2. Grayscale: #6A6A6A. Windows color (decimal): -4699331 or 4017080. OLE color: 4017080.

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

Color convert

RGB1847561-
CMYK00.590.670.28
HSL6.83º50.2%48.04%-
HSV(B)6.83º66.85%72.16%-
XYZ23.1315.566.2-
YUV106102.61183.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=57.5%
G=23.44%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184756100.590.670.286.8350.248.04
HexB84B3D03B431C73230
Octal270113750731033476260
Binary1011100010010111111010111011100001111100111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84B3D; }

 p { color: rgb(184,75,61); }

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

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

 a { background-color: rgb(184,75,61); }

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

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

 span { border-color: rgb(184,75,61); }

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