Html Css Color HEX #BF463C Grenadier

📋 copy color: '#BF463C'

red 191 ◦ green 70 ◦ blue 60

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

Shades of Grenadier #BF463C

Tints of Grenadier #BF463C

RGB

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

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

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

R = 59.5%
G = 21.81%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF463C (or 0xBF463C) is known color: Grenadier. HEX triplet: BF, 46 and 3C. RGB value is (191,70,60). Sum of RGB (Red+Green+Blue) = 191+70+60=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF463C is #40B9C3. Grayscale: #696969. Windows color (decimal): -4241860 or 3950271. OLE color: 3950271.

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

Color convert

RGB 191 70 60 -
CMYK 0 0.63 0.69 0.25
HSL 4.58º 0.52% 0.49% -
HSV(B) 4.58º 0.69% 0.75% -
XYZ 24.49 15.78 6.03 -
YUV 105.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 191 70 60 0 0.63 0.69 0.25 4.58 0.52 0.49
Hex BF 46 3C 0 3F 45 19 5 34 31
Octal 277 106 74 0 77 105 31 5 64 61
Binary 10111111 1000110 111100 0 111111 1000101 11001 101 110100 110001

Color Harmonies of #BF463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF463C

Black with #BF463C

Text Example


Text Example

White with #BF463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF463C; }

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

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

background-color css

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

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

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

border-color css

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

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

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