Html Css Color HEX #BF4E3C Grenadier

📋 copy color: '#BF4E3C'

red 191 ◦ green 78 ◦ blue 60

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

Shades of Grenadier #BF4E3C

Tints of Grenadier #BF4E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 58.05%
G = 23.71%
B = 18.24%

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

#BF4E3C (or 0xBF4E3C) is known color: Grenadier. HEX triplet: BF, 4E and 3C. RGB value is (191,78,60). Sum of RGB (Red+Green+Blue) = 191+78+60=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E3C is #40B1C3. Grayscale: #6D6D6D. Windows color (decimal): -4239812 or 3952319. OLE color: 3952319.

HSL color Cylindrical-coordinate representation of color #BF4E3C: hue angle of 8.24º degrees, saturation: 0.52, 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 #BF4E3C is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 78 60 -
CMYK 0 0.59 0.69 0.25
HSL 8.24º 0.52% 0.49% -
HSV(B) 8.24º 0.69% 0.75% -
XYZ 25.03 16.85 6.21 -
YUV 109.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 191 78 60 0 0.59 0.69 0.25 8.24 0.52 0.49
Hex BF 4E 3C 0 3B 45 19 8 34 31
Octal 277 116 74 0 73 105 31 10 64 61
Binary 10111111 1001110 111100 0 111011 1000101 11001 1000 110100 110001

Color Harmonies of #BF4E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E3C

Black with #BF4E3C

Text Example


Text Example

White with #BF4E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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