#BF5034

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

Shades of Grenadier #BF5034

Tints of Grenadier #BF5034

Color information

#BF5034 (or 0xBF5034) is unknown color: approx Grenadier. HEX triplet: BF, 50 and 34. RGB value is (191,80,52). Sum of RGB (Red+Green+Blue) = 191+80+52=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5034 is #40AFCB. Grayscale: #6E6E6E. Windows color (decimal): -4239308 or 3428543. OLE color: 3428543.

HSL color Cylindrical-coordinate representation of color #BF5034: hue angle of 12.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF5034 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1918052-
CMYK00.580.730.25
HSL12.09º57.2%47.65%-
HSV(B)12.09º72.77%74.9%-
XYZ24.9717.065.23-
YUV11095.27185.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=59.13%
G=24.77%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191805200.580.730.2512.0957.247.65
HexBF503403A4919c3930
Octal2771206407211131147160
Binary10111111101000011010001110101001001110011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5034; }

 p { color: rgb(191,80,52); }

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

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

 a { background-color: rgb(191,80,52); }

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

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

 span { border-color: rgb(191,80,52); }

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