Html Css Color HEX #BF4934 Grenadier

📋 copy color: '#BF4934'

red 191 ◦ green 73 ◦ blue 52

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

Shades of Grenadier #BF4934

Tints of Grenadier #BF4934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 60.44%
G = 23.1%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF4934 (or 0xBF4934) is known color: Grenadier. HEX triplet: BF, 49 and 34. RGB value is (191,73,52). Sum of RGB (Red+Green+Blue) = 191+73+52=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4934 is #40B6CB. Grayscale: #6A6A6A. Windows color (decimal): -4241100 or 3426751. OLE color: 3426751.

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

Color convert

RGB 191 73 52 -
CMYK 0 0.62 0.73 0.25
HSL 9.06º 0.57% 0.48% -
HSV(B) 9.06º 0.73% 0.75% -
XYZ 24.49 16.09 5.06 -
YUV 105.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 191 73 52 0 0.62 0.73 0.25 9.06 0.57 0.48
Hex BF 49 34 0 3E 49 19 9 39 30
Octal 277 111 64 0 76 111 31 11 71 60
Binary 10111111 1001001 110100 0 111110 1001001 11001 1001 111001 110000

Color Harmonies of #BF4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4934

Black with #BF4934

Text Example


Text Example

White with #BF4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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