#B84838

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

Shades of Grenadier #B84838

Tints of Grenadier #B84838

Color information

#B84838 (or 0xB84838) is unknown color: approx Grenadier. HEX triplet: B8, 48 and 38. RGB value is (184,72,56). Sum of RGB (Red+Green+Blue) = 184+72+56=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B84838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84838 is #47B7C7. Grayscale: #676767. Windows color (decimal): -4700104 or 3688632. OLE color: 3688632.

HSL color Cylindrical-coordinate representation of color #B84838: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84838 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1847256-
CMYK00.610.700.28
HSL7.5º53.33%47.06%-
HSV(B)7.5º69.57%72.16%-
XYZ22.815.115.46-
YUV103.66101.11185.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=58.97%
G=23.08%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184725600.610.700.287.553.3347.06
HexB8483803D461C8352f
Octal2701107007510634106557
Binary10111000100100011100001111011000110111001000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84838; }

 p { color: rgb(184,72,56); }

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

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

 a { background-color: rgb(184,72,56); }

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

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

 span { border-color: rgb(184,72,56); }

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