Html Css Color HEX #BF4027 Grenadier

📋 copy color: '#BF4027'

red 191 ◦ green 64 ◦ blue 39

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

Shades of Grenadier #BF4027

Tints of Grenadier #BF4027

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 64.97%
G = 21.77%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF4027 (or 0xBF4027) is known color: Grenadier. HEX triplet: BF, 40 and 27. RGB value is (191,64,39). Sum of RGB (Red+Green+Blue) = 191+64+39=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4027 is #40BFD8. Grayscale: #636363. Windows color (decimal): -4243417 or 2572479. OLE color: 2572479.

HSL color Cylindrical-coordinate representation of color #BF4027: hue angle of 9.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF4027 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 39 -
CMYK 0 0.66 0.80 0.25
HSL 9.87º 0.66% 0.45% -
HSV(B) 9.87º 0.8% 0.75% -
XYZ 23.69 14.89 3.55 -
YUV 99.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 191 64 39 0 0.66 0.80 0.25 9.87 0.66 0.45
Hex BF 40 27 0 42 50 19 A 42 2D
Octal 277 100 47 0 102 120 31 12 102 55
Binary 10111111 1000000 100111 0 1000010 1010000 11001 1010 1000010 101101

Color Harmonies of #BF4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4027

Black with #BF4027

Text Example


Text Example

White with #BF4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4027; }

 p { color: rgb(191,64,39); }

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

background-color css

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

 a { background-color: rgb(191,64,39); }

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

border-color css

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

 span { border-color: rgb(191,64,39); }

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