Html Css Color HEX #BF5641 Flame Pea

📋 copy color: '#BF5641'

red 191 ◦ green 86 ◦ blue 65

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

Shades of Flame Pea #BF5641

Tints of Flame Pea #BF5641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.15%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 55.85%
G = 25.15%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF5641 (or 0xBF5641) is known color: Flame Pea. HEX triplet: BF, 56 and 41. RGB value is (191,86,65). Sum of RGB (Red+Green+Blue) = 191+86+65=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5641 is #40A9BE. Grayscale: #737373. Windows color (decimal): -4237759 or 4282047. OLE color: 4282047.

HSL color Cylindrical-coordinate representation of color #BF5641: hue angle of 10º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF5641 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 86 65 -
CMYK 0 0.55 0.66 0.25
HSL 10º 0.5% 0.5% -
HSV(B) 10º 0.66% 0.75% -
XYZ 25.77 18.11 7.14 -
YUV 115 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 191 86 65 0 0.55 0.66 0.25 10 0.5 0.5
Hex BF 56 41 0 37 42 19 A 32 32
Octal 277 126 101 0 67 102 31 12 62 62
Binary 10111111 1010110 1000001 0 110111 1000010 11001 1010 110010 110010

Color Harmonies of #BF5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5641

Black with #BF5641

Text Example


Text Example

White with #BF5641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5641; }

 p { color: rgb(191,86,65); }

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

background-color css

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

 a { background-color: rgb(191,86,65); }

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

border-color css

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

 span { border-color: rgb(191,86,65); }

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