Html Css Color HEX #BF402F Grenadier

📋 copy color: '#BF402F'

red 191 ◦ green 64 ◦ blue 47

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

Shades of Grenadier #BF402F

Tints of Grenadier #BF402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 63.25%
G = 21.19%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF402F (or 0xBF402F) is known color: Grenadier. HEX triplet: BF, 40 and 2F. RGB value is (191,64,47). Sum of RGB (Red+Green+Blue) = 191+64+47=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF402F is #40BFD0. Grayscale: #646464. Windows color (decimal): -4243409 or 3096767. OLE color: 3096767.

HSL color Cylindrical-coordinate representation of color #BF402F: hue angle of 7.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF402F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 47 -
CMYK 0 0.66 0.75 0.25
HSL 7.08º 0.61% 0.47% -
HSV(B) 7.08º 0.75% 0.75% -
XYZ 23.83 14.95 4.32 -
YUV 100.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 191 64 47 0 0.66 0.75 0.25 7.08 0.61 0.47
Hex BF 40 2F 0 42 4B 19 7 3D 2F
Octal 277 100 57 0 102 113 31 7 75 57
Binary 10111111 1000000 101111 0 1000010 1001011 11001 111 111101 101111

Color Harmonies of #BF402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF402F

Black with #BF402F

Text Example


Text Example

White with #BF402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF402F; }

 p { color: rgb(191,64,47); }

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

background-color css

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

 a { background-color: rgb(191,64,47); }

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

border-color css

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

 span { border-color: rgb(191,64,47); }

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