Html Css Color HEX #BF4E3B Grenadier

📋 copy color: '#BF4E3B'

red 191 ◦ green 78 ◦ blue 59

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

Shades of Grenadier #BF4E3B

Tints of Grenadier #BF4E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.78%

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 58.23%
G = 23.78%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF4E3B (or 0xBF4E3B) is known color: Grenadier. HEX triplet: BF, 4E and 3B. RGB value is (191,78,59). Sum of RGB (Red+Green+Blue) = 191+78+59=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E3B is #40B1C4. Grayscale: #6D6D6D. Windows color (decimal): -4239813 or 3886783. OLE color: 3886783.

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

Color convert

RGB 191 78 59 -
CMYK 0 0.59 0.69 0.25
HSL 8.64º 0.53% 0.49% -
HSV(B) 8.64º 0.69% 0.75% -
XYZ 25 16.84 6.07 -
YUV 109.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 191 78 59 0 0.59 0.69 0.25 8.64 0.53 0.49
Hex BF 4E 3B 0 3B 45 19 9 35 31
Octal 277 116 73 0 73 105 31 11 65 61
Binary 10111111 1001110 111011 0 111011 1000101 11001 1001 110101 110001

Color Harmonies of #BF4E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E3B

Black with #BF4E3B

Text Example


Text Example

White with #BF4E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E3B; }

 p { color: rgb(191,78,59); }

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

background-color css

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

 a { background-color: rgb(191,78,59); }

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

border-color css

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

 span { border-color: rgb(191,78,59); }

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