Html Css Color HEX #BF4329 Grenadier

📋 copy color: '#BF4329'

red 191 ◦ green 67 ◦ blue 41

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

Shades of Grenadier #BF4329

Tints of Grenadier #BF4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 63.88%
G = 22.41%
B = 13.71%

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

#BF4329 (or 0xBF4329) is known color: Grenadier. HEX triplet: BF, 43 and 29. RGB value is (191,67,41). Sum of RGB (Red+Green+Blue) = 191+67+41=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4329 is #40BCD6. Grayscale: #656565. Windows color (decimal): -4242647 or 2704319. OLE color: 2704319.

HSL color Cylindrical-coordinate representation of color #BF4329: hue angle of 10.4º 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 #BF4329 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 41 -
CMYK 0 0.65 0.79 0.25
HSL 10.4º 0.65% 0.45% -
HSV(B) 10.4º 0.79% 0.75% -
XYZ 23.89 15.25 3.78 -
YUV 101.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 191 67 41 0 0.65 0.79 0.25 10.4 0.65 0.45
Hex BF 43 29 0 41 4F 19 A 41 2D
Octal 277 103 51 0 101 117 31 12 101 55
Binary 10111111 1000011 101001 0 1000001 1001111 11001 1010 1000001 101101

Color Harmonies of #BF4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4329

Black with #BF4329

Text Example


Text Example

White with #BF4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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