Html Css Color HEX #BF5849 Flame Pea

📋 copy color: '#BF5849'

red 191 ◦ green 88 ◦ blue 73

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

Shades of Flame Pea #BF5849

Tints of Flame Pea #BF5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

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

R = 54.26%
G = 25%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF5849 (or 0xBF5849) is known color: Flame Pea. HEX triplet: BF, 58 and 49. RGB value is (191,88,73). Sum of RGB (Red+Green+Blue) = 191+88+73=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5849 is #40A7B6. Grayscale: #757575. Windows color (decimal): -4237239 or 4806847. OLE color: 4806847.

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

Color convert

RGB 191 88 73 -
CMYK 0 0.54 0.62 0.25
HSL 7.63º 0.48% 0.52% -
HSV(B) 7.63º 0.62% 0.75% -
XYZ 26.18 18.54 8.5 -
YUV 117.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 191 88 73 0 0.54 0.62 0.25 7.63 0.48 0.52
Hex BF 58 49 0 36 3E 19 8 30 34
Octal 277 130 111 0 66 76 31 10 60 64
Binary 10111111 1011000 1001001 0 110110 111110 11001 1000 110000 110100

Color Harmonies of #BF5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5849

Black with #BF5849

Text Example


Text Example

White with #BF5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5849; }

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

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

background-color css

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

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

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

border-color css

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

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

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