Html Css Color HEX #BF4D3F Grenadier

📋 copy color: '#BF4D3F'

red 191 ◦ green 77 ◦ blue 63

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

Shades of Grenadier #BF4D3F

Tints of Grenadier #BF4D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 57.7%
G = 23.26%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF4D3F (or 0xBF4D3F) is known color: Grenadier. HEX triplet: BF, 4D and 3F. RGB value is (191,77,63). Sum of RGB (Red+Green+Blue) = 191+77+63=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D3F is #40B2C0. Grayscale: #6D6D6D. Windows color (decimal): -4240065 or 4148671. OLE color: 4148671.

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

Color convert

RGB 191 77 63 -
CMYK 0 0.60 0.67 0.25
HSL 6.56º 0.5% 0.5% -
HSV(B) 6.56º 0.67% 0.75% -
XYZ 25.04 16.74 6.61 -
YUV 109.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 191 77 63 0 0.60 0.67 0.25 6.56 0.5 0.5
Hex BF 4D 3F 0 3C 43 19 7 32 32
Octal 277 115 77 0 74 103 31 7 62 62
Binary 10111111 1001101 111111 0 111100 1000011 11001 111 110010 110010

Color Harmonies of #BF4D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D3F

Black with #BF4D3F

Text Example


Text Example

White with #BF4D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D3F; }

 p { color: rgb(191,77,63); }

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

background-color css

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

 a { background-color: rgb(191,77,63); }

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

border-color css

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

 span { border-color: rgb(191,77,63); }

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