Html Css Color HEX #BF4437 Grenadier

📋 copy color: '#BF4437'

red 191 ◦ green 68 ◦ blue 55

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

Shades of Grenadier #BF4437

Tints of Grenadier #BF4437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 60.83%
G = 21.66%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF4437 (or 0xBF4437) is known color: Grenadier. HEX triplet: BF, 44 and 37. RGB value is (191,68,55). Sum of RGB (Red+Green+Blue) = 191+68+55=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4437 is #40BBC8. Grayscale: #676767. Windows color (decimal): -4242377 or 3622079. OLE color: 3622079.

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

Color convert

RGB 191 68 55 -
CMYK 0 0.64 0.71 0.25
HSL 5.74º 0.55% 0.48% -
HSV(B) 5.74º 0.71% 0.75% -
XYZ 24.24 15.49 5.33 -
YUV 103.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 191 68 55 0 0.64 0.71 0.25 5.74 0.55 0.48
Hex BF 44 37 0 40 47 19 6 37 30
Octal 277 104 67 0 100 107 31 6 67 60
Binary 10111111 1000100 110111 0 1000000 1000111 11001 110 110111 110000

Color Harmonies of #BF4437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4437

Black with #BF4437

Text Example


Text Example

White with #BF4437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4437; }

 p { color: rgb(191,68,55); }

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

background-color css

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

 a { background-color: rgb(191,68,55); }

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

border-color css

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

 span { border-color: rgb(191,68,55); }

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