#B8483B

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

Shades of Grenadier #B8483B

Tints of Grenadier #B8483B

Color information

#B8483B (or 0xB8483B) is unknown color: approx Grenadier. HEX triplet: B8, 48 and 3B. RGB value is (184,72,59). Sum of RGB (Red+Green+Blue) = 184+72+59=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8483B is #47B7C4. Grayscale: #686868. Windows color (decimal): -4700101 or 3885240. OLE color: 3885240.

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

Color convert

RGB1847259-
CMYK00.610.680.28
HSL6.24º51.44%47.65%-
HSV(B)6.24º67.93%72.16%-
XYZ22.8715.145.85-
YUV104.01102.61185.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=58.41%
G=22.86%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184725900.610.680.286.2451.4447.65
HexB8483B03D441C63330
Octal270110730751043466360
Binary1011100010010001110110111101100010011100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8483B; }

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

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

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

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

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

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

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

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