#BF4333

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

Shades of Grenadier #BF4333

Tints of Grenadier #BF4333

Color information

#BF4333 (or 0xBF4333) is unknown color: approx Grenadier. HEX triplet: BF, 43 and 33. RGB value is (191,67,51). Sum of RGB (Red+Green+Blue) = 191+67+51=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4333 is #40BCCC. Grayscale: #666666. Windows color (decimal): -4242637 or 3359679. OLE color: 3359679.

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

Color convert

RGB1916751-
CMYK00.650.730.25
HSL6.86º57.85%47.45%-
HSV(B)6.86º73.3%74.9%-
XYZ24.0915.334.82-
YUV102.2599.08191.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.81%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=61.81%
G=21.68%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191675100.650.730.256.8657.8547.45
HexBF4333041491973a2f
Octal2771036301011113177257
Binary10111111100001111001101000001100100111001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4333; }

 p { color: rgb(191,67,51); }

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

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

 a { background-color: rgb(191,67,51); }

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

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

 span { border-color: rgb(191,67,51); }

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