Html Css Color HEX #BF5D41 Flame Pea

📋 copy color: '#BF5D41'

red 191 ◦ green 93 ◦ blue 65

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

Shades of Flame Pea #BF5D41

Tints of Flame Pea #BF5D41

RGB

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

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

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

R = 54.73%
G = 26.65%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF5D41 (or 0xBF5D41) is known color: Flame Pea. HEX triplet: BF, 5D and 41. RGB value is (191,93,65). Sum of RGB (Red+Green+Blue) = 191+93+65=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D41 is #40A2BE. Grayscale: #777777. Windows color (decimal): -4235967 or 4283839. OLE color: 4283839.

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

Color convert

RGB 191 93 65 -
CMYK 0 0.51 0.66 0.25
HSL 13.33º 0.5% 0.5% -
HSV(B) 13.33º 0.66% 0.75% -
XYZ 26.35 19.29 7.33 -
YUV 119.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 191 93 65 0 0.51 0.66 0.25 13.33 0.5 0.5
Hex BF 5D 41 0 33 42 19 D 32 32
Octal 277 135 101 0 63 102 31 15 62 62
Binary 10111111 1011101 1000001 0 110011 1000010 11001 1101 110010 110010

Color Harmonies of #BF5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D41

Black with #BF5D41

Text Example


Text Example

White with #BF5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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