Html Css Color HEX #BF4B2F Grenadier

📋 copy color: '#BF4B2F'

red 191 ◦ green 75 ◦ blue 47

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

Shades of Grenadier #BF4B2F

Tints of Grenadier #BF4B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 61.02%
G = 23.96%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF4B2F (or 0xBF4B2F) is known color: Grenadier. HEX triplet: BF, 4B and 2F. RGB value is (191,75,47). Sum of RGB (Red+Green+Blue) = 191+75+47=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B2F is #40B4D0. Grayscale: #6A6A6A. Windows color (decimal): -4240593 or 3099583. OLE color: 3099583.

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

Color convert

RGB 191 75 47 -
CMYK 0 0.61 0.75 0.25
HSL 11.67º 0.61% 0.47% -
HSV(B) 11.67º 0.75% 0.75% -
XYZ 24.52 16.31 4.55 -
YUV 106.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 191 75 47 0 0.61 0.75 0.25 11.67 0.61 0.47
Hex BF 4B 2F 0 3D 4B 19 C 3D 2F
Octal 277 113 57 0 75 113 31 14 75 57
Binary 10111111 1001011 101111 0 111101 1001011 11001 1100 111101 101111

Color Harmonies of #BF4B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B2F

Black with #BF4B2F

Text Example


Text Example

White with #BF4B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B2F; }

 p { color: rgb(191,75,47); }

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

background-color css

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

 a { background-color: rgb(191,75,47); }

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

border-color css

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

 span { border-color: rgb(191,75,47); }

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