Html Css Color HEX #BF4E33 Grenadier

📋 copy color: '#BF4E33'

red 191 ◦ green 78 ◦ blue 51

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

Shades of Grenadier #BF4E33

Tints of Grenadier #BF4E33

RGB

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

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

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

R = 59.69%
G = 24.38%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF4E33 (or 0xBF4E33) is known color: Grenadier. HEX triplet: BF, 4E and 33. RGB value is (191,78,51). Sum of RGB (Red+Green+Blue) = 191+78+51=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E33 is #40B1CC. Grayscale: #6C6C6C. Windows color (decimal): -4239821 or 3362495. OLE color: 3362495.

HSL color Cylindrical-coordinate representation of color #BF4E33: hue angle of 11.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 #BF4E33 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 78 51 -
CMYK 0 0.59 0.73 0.25
HSL 11.57º 0.58% 0.47% -
HSV(B) 11.57º 0.73% 0.75% -
XYZ 24.81 16.76 5.06 -
YUV 108.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 191 78 51 0 0.59 0.73 0.25 11.57 0.58 0.47
Hex BF 4E 33 0 3B 49 19 C 3A 2F
Octal 277 116 63 0 73 111 31 14 72 57
Binary 10111111 1001110 110011 0 111011 1001001 11001 1100 111010 101111

Color Harmonies of #BF4E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E33

Black with #BF4E33

Text Example


Text Example

White with #BF4E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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