Html Css Color HEX #BF463A Grenadier

📋 copy color: '#BF463A'

red 191 ◦ green 70 ◦ blue 58

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

Shades of Grenadier #BF463A

Tints of Grenadier #BF463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 59.87%
G = 21.94%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF463A (or 0xBF463A) is known color: Grenadier. HEX triplet: BF, 46 and 3A. RGB value is (191,70,58). Sum of RGB (Red+Green+Blue) = 191+70+58=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF463A is #40B9C5. Grayscale: #686868. Windows color (decimal): -4241862 or 3819199. OLE color: 3819199.

HSL color Cylindrical-coordinate representation of color #BF463A: hue angle of 5.41º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF463A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 70 58 -
CMYK 0 0.63 0.70 0.25
HSL 5.41º 0.53% 0.49% -
HSV(B) 5.41º 0.7% 0.75% -
XYZ 24.44 15.76 5.76 -
YUV 104.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 191 70 58 0 0.63 0.70 0.25 5.41 0.53 0.49
Hex BF 46 3A 0 3F 46 19 5 35 31
Octal 277 106 72 0 77 106 31 5 65 61
Binary 10111111 1000110 111010 0 111111 1000110 11001 101 110101 110001

Color Harmonies of #BF463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF463A

Black with #BF463A

Text Example


Text Example

White with #BF463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF463A; }

 p { color: rgb(191,70,58); }

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

background-color css

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

 a { background-color: rgb(191,70,58); }

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

border-color css

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

 span { border-color: rgb(191,70,58); }

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