Html Css Color HEX #BF4229 Grenadier

📋 copy color: '#BF4229'

red 191 ◦ green 66 ◦ blue 41

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

Shades of Grenadier #BF4229

Tints of Grenadier #BF4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 64.09%
G = 22.15%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF4229 (or 0xBF4229) is known color: Grenadier. HEX triplet: BF, 42 and 29. RGB value is (191,66,41). Sum of RGB (Red+Green+Blue) = 191+66+41=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4229 is #40BDD6. Grayscale: #646464. Windows color (decimal): -4242903 or 2704063. OLE color: 2704063.

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

Color convert

RGB 191 66 41 -
CMYK 0 0.65 0.79 0.25
HSL 10º 0.65% 0.45% -
HSV(B) 10º 0.79% 0.75% -
XYZ 23.83 15.13 3.76 -
YUV 100.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 191 66 41 0 0.65 0.79 0.25 10 0.65 0.45
Hex BF 42 29 0 41 4F 19 A 41 2D
Octal 277 102 51 0 101 117 31 12 101 55
Binary 10111111 1000010 101001 0 1000001 1001111 11001 1010 1000001 101101

Color Harmonies of #BF4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4229

Black with #BF4229

Text Example


Text Example

White with #BF4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4229; }

 p { color: rgb(191,66,41); }

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

background-color css

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

 a { background-color: rgb(191,66,41); }

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

border-color css

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

 span { border-color: rgb(191,66,41); }

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