Html Css Color HEX #BF5949 Flame Pea

📋 copy color: '#BF5949'

red 191 ◦ green 89 ◦ blue 73

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

Shades of Flame Pea #BF5949

Tints of Flame Pea #BF5949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

 BLUE value IS 73 (28.91% from 255) = 20.68%

R = 54.11%
G = 25.21%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF5949 (or 0xBF5949) is known color: Flame Pea. HEX triplet: BF, 59 and 49. RGB value is (191,89,73). Sum of RGB (Red+Green+Blue) = 191+89+73=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5949 is #40A6B6. Grayscale: #757575. Windows color (decimal): -4236983 or 4807103. OLE color: 4807103.

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

Color convert

RGB 191 89 73 -
CMYK 0 0.53 0.62 0.25
HSL 8.14º 0.48% 0.52% -
HSV(B) 8.14º 0.62% 0.75% -
XYZ 26.26 18.7 8.53 -
YUV 117.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 191 89 73 0 0.53 0.62 0.25 8.14 0.48 0.52
Hex BF 59 49 0 35 3E 19 8 30 34
Octal 277 131 111 0 65 76 31 10 60 64
Binary 10111111 1011001 1001001 0 110101 111110 11001 1000 110000 110100

Color Harmonies of #BF5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5949

Black with #BF5949

Text Example


Text Example

White with #BF5949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5949; }

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

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

background-color css

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

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

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

border-color css

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

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

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