Html Css Color HEX #BF4237 Grenadier

📋 copy color: '#BF4237'

red 191 ◦ green 66 ◦ blue 55

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

Shades of Grenadier #BF4237

Tints of Grenadier #BF4237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 61.22%
G = 21.15%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF4237 (or 0xBF4237) is known color: Grenadier. HEX triplet: BF, 42 and 37. RGB value is (191,66,55). Sum of RGB (Red+Green+Blue) = 191+66+55=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4237 is #40BDC8. Grayscale: #666666. Windows color (decimal): -4242889 or 3621567. OLE color: 3621567.

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

Color convert

RGB 191 66 55 -
CMYK 0 0.65 0.71 0.25
HSL 4.85º 0.55% 0.48% -
HSV(B) 4.85º 0.71% 0.75% -
XYZ 24.12 15.25 5.29 -
YUV 102.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 191 66 55 0 0.65 0.71 0.25 4.85 0.55 0.48
Hex BF 42 37 0 41 47 19 5 37 30
Octal 277 102 67 0 101 107 31 5 67 60
Binary 10111111 1000010 110111 0 1000001 1000111 11001 101 110111 110000

Color Harmonies of #BF4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4237

Black with #BF4237

Text Example


Text Example

White with #BF4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4237; }

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

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

background-color css

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

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

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

border-color css

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

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

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