Html Css Color HEX #BF4931 Grenadier

📋 copy color: '#BF4931'

red 191 ◦ green 73 ◦ blue 49

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

Shades of Grenadier #BF4931

Tints of Grenadier #BF4931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 61.02%
G = 23.32%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF4931 (or 0xBF4931) is known color: Grenadier. HEX triplet: BF, 49 and 31. RGB value is (191,73,49). Sum of RGB (Red+Green+Blue) = 191+73+49=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4931 is #40B6CE. Grayscale: #696969. Windows color (decimal): -4241103 or 3230143. OLE color: 3230143.

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

Color convert

RGB 191 73 49 -
CMYK 0 0.62 0.74 0.25
HSL 10.14º 0.59% 0.47% -
HSV(B) 10.14º 0.74% 0.75% -
XYZ 24.42 16.06 4.72 -
YUV 105.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 191 73 49 0 0.62 0.74 0.25 10.14 0.59 0.47
Hex BF 49 31 0 3E 4A 19 A 3B 2F
Octal 277 111 61 0 76 112 31 12 73 57
Binary 10111111 1001001 110001 0 111110 1001010 11001 1010 111011 101111

Color Harmonies of #BF4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4931

Black with #BF4931

Text Example


Text Example

White with #BF4931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4931; }

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

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

background-color css

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

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

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

border-color css

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

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

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