Html Css Color HEX #BF5E50 Flame Pea

📋 copy color: '#BF5E50'

red 191 ◦ green 94 ◦ blue 80

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

Shades of Flame Pea #BF5E50

Tints of Flame Pea #BF5E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

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

R = 52.33%
G = 25.75%
B = 21.92%

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

#BF5E50 (or 0xBF5E50) is known color: Flame Pea. HEX triplet: BF, 5E and 50. RGB value is (191,94,80). Sum of RGB (Red+Green+Blue) = 191+94+80=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E50 is #40A1AF. Grayscale: #797979. Windows color (decimal): -4235696 or 5267135. OLE color: 5267135.

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

Color convert

RGB 191 94 80 -
CMYK 0 0.51 0.58 0.25
HSL 7.57º 0.46% 0.53% -
HSV(B) 7.57º 0.58% 0.75% -
XYZ 26.94 19.66 9.96 -
YUV 121.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 191 94 80 0 0.51 0.58 0.25 7.57 0.46 0.53
Hex BF 5E 50 0 33 3A 19 8 2E 35
Octal 277 136 120 0 63 72 31 10 56 65
Binary 10111111 1011110 1010000 0 110011 111010 11001 1000 101110 110101

Color Harmonies of #BF5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E50

Black with #BF5E50

Text Example


Text Example

White with #BF5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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