#B7462A

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

Shades of Grenadier #B7462A

Tints of Grenadier #B7462A

Color information

#B7462A (or 0xB7462A) is unknown color: approx Grenadier. HEX triplet: B7, 46 and 2A. RGB value is (183,70,42). Sum of RGB (Red+Green+Blue) = 183+70+42=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7462A is #48B9D5. Grayscale: #646464. Windows color (decimal): -4766166 or 2770615. OLE color: 2770615.

HSL color Cylindrical-coordinate representation of color #B7462A: hue angle of 11.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7462A is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1837042-
CMYK00.620.770.28
HSL11.91º62.67%44.12%-
HSV(B)11.91º77.05%71.76%-
XYZ22.1414.613.84-
YUV100.5994.94186.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=62.03%
G=23.73%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183704200.620.770.2811.9162.6744.12
HexB7462A03E4D1Cc3f2c
Octal2671065207611534147754
Binary10110111100011010101001111101001101111001100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7462A; }

 p { color: rgb(183,70,42); }

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

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

 a { background-color: rgb(183,70,42); }

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

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

 span { border-color: rgb(183,70,42); }

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