Html Css Color HEX #BF5B49 Flame Pea

📋 copy color: '#BF5B49'

red 191 ◦ green 91 ◦ blue 73

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

Shades of Flame Pea #BF5B49

Tints of Flame Pea #BF5B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.63%

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

R = 53.8%
G = 25.63%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF5B49 (or 0xBF5B49) is known color: Flame Pea. HEX triplet: BF, 5B and 49. RGB value is (191,91,73). Sum of RGB (Red+Green+Blue) = 191+91+73=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B49 is #40A4B6. Grayscale: #777777. Windows color (decimal): -4236471 or 4807615. OLE color: 4807615.

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

Color convert

RGB 191 91 73 -
CMYK 0 0.52 0.62 0.25
HSL 9.15º 0.48% 0.52% -
HSV(B) 9.15º 0.62% 0.75% -
XYZ 26.43 19.04 8.59 -
YUV 118.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 191 91 73 0 0.52 0.62 0.25 9.15 0.48 0.52
Hex BF 5B 49 0 34 3E 19 9 30 34
Octal 277 133 111 0 64 76 31 11 60 64
Binary 10111111 1011011 1001001 0 110100 111110 11001 1001 110000 110100

Color Harmonies of #BF5B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B49

Black with #BF5B49

Text Example


Text Example

White with #BF5B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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