Html Css Color HEX #BF4D32 Grenadier

📋 copy color: '#BF4D32'

red 191 ◦ green 77 ◦ blue 50

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

Shades of Grenadier #BF4D32

Tints of Grenadier #BF4D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 60.06%
G = 24.21%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF4D32 (or 0xBF4D32) is known color: Grenadier. HEX triplet: BF, 4D and 32. RGB value is (191,77,50). Sum of RGB (Red+Green+Blue) = 191+77+50=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D32 is #40B2CD. Grayscale: #6C6C6C. Windows color (decimal): -4240078 or 3296703. OLE color: 3296703.

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

Color convert

RGB 191 77 50 -
CMYK 0 0.60 0.74 0.25
HSL 11.49º 0.59% 0.47% -
HSV(B) 11.49º 0.74% 0.75% -
XYZ 24.72 16.61 4.92 -
YUV 108.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 191 77 50 0 0.60 0.74 0.25 11.49 0.59 0.47
Hex BF 4D 32 0 3C 4A 19 B 3B 2F
Octal 277 115 62 0 74 112 31 13 73 57
Binary 10111111 1001101 110010 0 111100 1001010 11001 1011 111011 101111

Color Harmonies of #BF4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D32

Black with #BF4D32

Text Example


Text Example

White with #BF4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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