#B84D35

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

Shades of Grenadier #B84D35

Tints of Grenadier #B84D35

Color information

#B84D35 (or 0xB84D35) is unknown color: approx Grenadier. HEX triplet: B8, 4D and 35. RGB value is (184,77,53). Sum of RGB (Red+Green+Blue) = 184+77+53=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D35 is #47B2CA. Grayscale: #6A6A6A. Windows color (decimal): -4698827 or 3493304. OLE color: 3493304.

HSL color Cylindrical-coordinate representation of color #B84D35: hue angle of 10.99º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B84D35 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB1847753-
CMYK00.580.710.28
HSL10.99º55.27%46.47%-
HSV(B)10.99º71.2%72.16%-
XYZ23.0615.765.19-
YUV106.2697.95183.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.60%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=58.60%
G=24.52%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184775300.580.710.2810.9955.2746.47
HexB84D3503A471Cb372e
Octal2701156507210734136756
Binary10111000100110111010101110101000111111001011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D35; }

 p { color: rgb(184,77,53); }

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

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

 a { background-color: rgb(184,77,53); }

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

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

 span { border-color: rgb(184,77,53); }

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