#B7482C

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

Shades of Grenadier #B7482C

Tints of Grenadier #B7482C

Color information

#B7482C (or 0xB7482C) is unknown color: approx Grenadier. HEX triplet: B7, 48 and 2C. RGB value is (183,72,44). Sum of RGB (Red+Green+Blue) = 183+72+44=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7482C is #48B7D3. Grayscale: #666666. Windows color (decimal): -4765652 or 2902199. OLE color: 2902199.

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

Color convert

RGB1837244-
CMYK00.610.760.28
HSL12.09º61.23%44.51%-
HSV(B)12.09º75.96%71.76%-
XYZ22.314.884.08-
YUV10295.27185.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.20%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=61.20%
G=24.08%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183724400.610.760.2812.0961.2344.51
HexB7482C03D4C1Cc3d2d
Octal2671105407511434147555
Binary10110111100100010110001111011001100111001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7482C; }

 p { color: rgb(183,72,44); }

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

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

 a { background-color: rgb(183,72,44); }

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

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

 span { border-color: rgb(183,72,44); }

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