Html Css Color HEX #BF4935 Grenadier

📋 copy color: '#BF4935'

red 191 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #BF4935

Tints of Grenadier #BF4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 60.25%
G = 23.03%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF4935 (or 0xBF4935) is known color: Grenadier. HEX triplet: BF, 49 and 35. RGB value is (191,73,53). Sum of RGB (Red+Green+Blue) = 191+73+53=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4935 is #40B6CA. Grayscale: #6A6A6A. Windows color (decimal): -4241099 or 3492287. OLE color: 3492287.

HSL color Cylindrical-coordinate representation of color #BF4935: hue angle of 8.7º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF4935 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 53 -
CMYK 0 0.62 0.72 0.25
HSL 8.7º 0.57% 0.48% -
HSV(B) 8.7º 0.72% 0.75% -
XYZ 24.51 16.1 5.18 -
YUV 106 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 191 73 53 0 0.62 0.72 0.25 8.7 0.57 0.48
Hex BF 49 35 0 3E 48 19 9 39 30
Octal 277 111 65 0 76 110 31 11 71 60
Binary 10111111 1001001 110101 0 111110 1001000 11001 1001 111001 110000

Color Harmonies of #BF4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4935

Black with #BF4935

Text Example


Text Example

White with #BF4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4935; }

 p { color: rgb(191,73,53); }

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

background-color css

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

 a { background-color: rgb(191,73,53); }

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

border-color css

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

 span { border-color: rgb(191,73,53); }

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