Html Css Color HEX #BF5D50 Flame Pea

📋 copy color: '#BF5D50'

red 191 ◦ green 93 ◦ blue 80

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

Shades of Flame Pea #BF5D50

Tints of Flame Pea #BF5D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 52.47%
G = 25.55%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF5D50 (or 0xBF5D50) is known color: Flame Pea. HEX triplet: BF, 5D and 50. RGB value is (191,93,80). Sum of RGB (Red+Green+Blue) = 191+93+80=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D50 is #40A2AF. Grayscale: #787878. Windows color (decimal): -4235952 or 5266879. OLE color: 5266879.

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

Color convert

RGB 191 93 80 -
CMYK 0 0.51 0.58 0.25
HSL 7.03º 0.46% 0.53% -
HSV(B) 7.03º 0.58% 0.75% -
XYZ 26.85 19.48 9.94 -
YUV 120.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 191 93 80 0 0.51 0.58 0.25 7.03 0.46 0.53
Hex BF 5D 50 0 33 3A 19 7 2E 35
Octal 277 135 120 0 63 72 31 7 56 65
Binary 10111111 1011101 1010000 0 110011 111010 11001 111 101110 110101

Color Harmonies of #BF5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D50

Black with #BF5D50

Text Example


Text Example

White with #BF5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D50; }

 p { color: rgb(191,93,80); }

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

background-color css

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

 a { background-color: rgb(191,93,80); }

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

border-color css

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

 span { border-color: rgb(191,93,80); }

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