Html Css Color HEX #BF4C3A Grenadier

📋 copy color: '#BF4C3A'

red 191 ◦ green 76 ◦ blue 58

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

Shades of Grenadier #BF4C3A

Tints of Grenadier #BF4C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

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

R = 58.77%
G = 23.38%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF4C3A (or 0xBF4C3A) is known color: Grenadier. HEX triplet: BF, 4C and 3A. RGB value is (191,76,58). Sum of RGB (Red+Green+Blue) = 191+76+58=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C3A is #40B3C5. Grayscale: #6C6C6C. Windows color (decimal): -4240326 or 3820735. OLE color: 3820735.

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

Color convert

RGB 191 76 58 -
CMYK 0 0.60 0.70 0.25
HSL 8.12º 0.53% 0.49% -
HSV(B) 8.12º 0.7% 0.75% -
XYZ 24.83 16.55 5.89 -
YUV 108.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 191 76 58 0 0.60 0.70 0.25 8.12 0.53 0.49
Hex BF 4C 3A 0 3C 46 19 8 35 31
Octal 277 114 72 0 74 106 31 10 65 61
Binary 10111111 1001100 111010 0 111100 1000110 11001 1000 110101 110001

Color Harmonies of #BF4C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C3A

Black with #BF4C3A

Text Example


Text Example

White with #BF4C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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