Html Css Color HEX #BF4733 Grenadier

📋 copy color: '#BF4733'

red 191 ◦ green 71 ◦ blue 51

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

Shades of Grenadier #BF4733

Tints of Grenadier #BF4733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.68%

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 61.02%
G = 22.68%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF4733 (or 0xBF4733) is known color: Grenadier. HEX triplet: BF, 47 and 33. RGB value is (191,71,51). Sum of RGB (Red+Green+Blue) = 191+71+51=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4733 is #40B8CC. Grayscale: #686868. Windows color (decimal): -4241613 or 3360703. OLE color: 3360703.

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

Color convert

RGB 191 71 51 -
CMYK 0 0.63 0.73 0.25
HSL 8.57º 0.58% 0.47% -
HSV(B) 8.57º 0.73% 0.75% -
XYZ 24.34 15.82 4.9 -
YUV 104.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 191 71 51 0 0.63 0.73 0.25 8.57 0.58 0.47
Hex BF 47 33 0 3F 49 19 9 3A 2F
Octal 277 107 63 0 77 111 31 11 72 57
Binary 10111111 1000111 110011 0 111111 1001001 11001 1001 111010 101111

Color Harmonies of #BF4733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4733

Black with #BF4733

Text Example


Text Example

White with #BF4733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4733; }

 p { color: rgb(191,71,51); }

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

background-color css

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

 a { background-color: rgb(191,71,51); }

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

border-color css

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

 span { border-color: rgb(191,71,51); }

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