Html Css Color HEX #BF472C Grenadier

📋 copy color: '#BF472C'

red 191 ◦ green 71 ◦ blue 44

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

Shades of Grenadier #BF472C

Tints of Grenadier #BF472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 62.42%
G = 23.2%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF472C (or 0xBF472C) is known color: Grenadier. HEX triplet: BF, 47 and 2C. RGB value is (191,71,44). Sum of RGB (Red+Green+Blue) = 191+71+44=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF472C is #40B8D3. Grayscale: #686868. Windows color (decimal): -4241620 or 2901951. OLE color: 2901951.

HSL color Cylindrical-coordinate representation of color #BF472C: hue angle of 11.02º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF472C is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 44 -
CMYK 0 0.63 0.77 0.25
HSL 11.02º 0.63% 0.46% -
HSV(B) 11.02º 0.77% 0.75% -
XYZ 24.19 15.76 4.15 -
YUV 103.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 191 71 44 0 0.63 0.77 0.25 11.02 0.63 0.46
Hex BF 47 2C 0 3F 4D 19 B 3F 2E
Octal 277 107 54 0 77 115 31 13 77 56
Binary 10111111 1000111 101100 0 111111 1001101 11001 1011 111111 101110

Color Harmonies of #BF472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF472C

Black with #BF472C

Text Example


Text Example

White with #BF472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF472C; }

 p { color: rgb(191,71,44); }

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

background-color css

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

 a { background-color: rgb(191,71,44); }

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

border-color css

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

 span { border-color: rgb(191,71,44); }

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