Html Css Color HEX #BF4833 Grenadier

📋 copy color: '#BF4833'

red 191 ◦ green 72 ◦ blue 51

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

Shades of Grenadier #BF4833

Tints of Grenadier #BF4833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

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

R = 60.83%
G = 22.93%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF4833 (or 0xBF4833) is known color: Grenadier. HEX triplet: BF, 48 and 33. RGB value is (191,72,51). Sum of RGB (Red+Green+Blue) = 191+72+51=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4833 is #40B7CC. Grayscale: #696969. Windows color (decimal): -4241357 or 3360959. OLE color: 3360959.

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

Color convert

RGB 191 72 51 -
CMYK 0 0.62 0.73 0.25
HSL 0.58% 0.47% -
HSV(B) 0.73% 0.75% -
XYZ 24.4 15.95 4.92 -
YUV 105.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 191 72 51 0 0.62 0.73 0.25 9 0.58 0.47
Hex BF 48 33 0 3E 49 19 9 3A 2F
Octal 277 110 63 0 76 111 31 11 72 57
Binary 10111111 1001000 110011 0 111110 1001001 11001 1001 111010 101111

Color Harmonies of #BF4833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4833

Black with #BF4833

Text Example


Text Example

White with #BF4833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4833; }

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

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

background-color css

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

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

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

border-color css

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

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

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