Html Css Color HEX #BF4939 Grenadier

📋 copy color: '#BF4939'

red 191 ◦ green 73 ◦ blue 57

#BF4939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #BF4939

Tints of Grenadier #BF4939

RGB

 RED value IS 191 (75% from 255) = 59.5%

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 59.5%
G = 22.74%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF4939 (or 0xBF4939) is known color: Grenadier. HEX triplet: BF, 49 and 39. RGB value is (191,73,57). Sum of RGB (Red+Green+Blue) = 191+73+57=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4939 is #40B6C6. Grayscale: #6A6A6A. Windows color (decimal): -4241095 or 3754431. OLE color: 3754431.

HSL color Cylindrical-coordinate representation of color #BF4939: hue angle of 7.16º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF4939 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 57 -
CMYK 0 0.62 0.70 0.25
HSL 7.16º 0.54% 0.49% -
HSV(B) 7.16º 0.7% 0.75% -
XYZ 24.61 16.14 5.69 -
YUV 106.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 191 73 57 0 0.62 0.70 0.25 7.16 0.54 0.49
Hex BF 49 39 0 3E 46 19 7 36 31
Octal 277 111 71 0 76 106 31 7 66 61
Binary 10111111 1001001 111001 0 111110 1000110 11001 111 110110 110001

Color Harmonies of #BF4939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4939

Black with #BF4939

Text Example


Text Example

White with #BF4939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4939; }

 p { color: rgb(191,73,57); }

 H1.HeaderClassName
 {
   color: #BF4939;
 }
 .AnyTagClassName
 {
   color: #BF4939;
 }
</style>

background-color css

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

 a { background-color: rgb(191,73,57); }

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

border-color css

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

 span { border-color: rgb(191,73,57); }

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