Html Css Color HEX #BF4A34 Grenadier

📋 copy color: '#BF4A34'

red 191 ◦ green 74 ◦ blue 52

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

Shades of Grenadier #BF4A34

Tints of Grenadier #BF4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

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

R = 60.25%
G = 23.34%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF4A34 (or 0xBF4A34) is known color: Grenadier. HEX triplet: BF, 4A and 34. RGB value is (191,74,52). Sum of RGB (Red+Green+Blue) = 191+74+52=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A34 is #40B5CB. Grayscale: #6A6A6A. Windows color (decimal): -4240844 or 3427007. OLE color: 3427007.

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

Color convert

RGB 191 74 52 -
CMYK 0 0.61 0.73 0.25
HSL 9.5º 0.57% 0.48% -
HSV(B) 9.5º 0.73% 0.75% -
XYZ 24.55 16.22 5.09 -
YUV 106.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 191 74 52 0 0.61 0.73 0.25 9.5 0.57 0.48
Hex BF 4A 34 0 3D 49 19 9 39 30
Octal 277 112 64 0 75 111 31 11 71 60
Binary 10111111 1001010 110100 0 111101 1001001 11001 1001 111001 110000

Color Harmonies of #BF4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A34

Black with #BF4A34

Text Example


Text Example

White with #BF4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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