#B7492D

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

Shades of Grenadier #B7492D

Tints of Grenadier #B7492D

Color information

#B7492D (or 0xB7492D) is unknown color: approx Grenadier. HEX triplet: B7, 49 and 2D. RGB value is (183,73,45). Sum of RGB (Red+Green+Blue) = 183+73+45=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7492D is #48B6D2. Grayscale: #666666. Windows color (decimal): -4765395 or 2967991. OLE color: 2967991.

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

Color convert

RGB1837345-
CMYK00.600.750.28
HSL12.17º60.53%44.71%-
HSV(B)12.17º75.41%71.76%-
XYZ22.3815.024.2-
YUV102.795.44185.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=60.80%
G=24.25%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183734500.600.750.2812.1760.5344.71
HexB7492D03C4B1Cc3d2d
Octal2671115507411334147555
Binary10110111100100110110101111001001011111001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7492D; }

 p { color: rgb(183,73,45); }

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

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

 a { background-color: rgb(183,73,45); }

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

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

 span { border-color: rgb(183,73,45); }

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