Html Css Color HEX #BF5841 Flame Pea

📋 copy color: '#BF5841'

red 191 ◦ green 88 ◦ blue 65

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

Shades of Flame Pea #BF5841

Tints of Flame Pea #BF5841

RGB

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

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

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

R = 55.52%
G = 25.58%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF5841 (or 0xBF5841) is known color: Flame Pea. HEX triplet: BF, 58 and 41. RGB value is (191,88,65). Sum of RGB (Red+Green+Blue) = 191+88+65=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5841 is #40A7BE. Grayscale: #747474. Windows color (decimal): -4237247 or 4282559. OLE color: 4282559.

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

Color convert

RGB 191 88 65 -
CMYK 0 0.54 0.66 0.25
HSL 10.95º 0.5% 0.5% -
HSV(B) 10.95º 0.66% 0.75% -
XYZ 25.93 18.44 7.19 -
YUV 116.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 191 88 65 0 0.54 0.66 0.25 10.95 0.5 0.5
Hex BF 58 41 0 36 42 19 B 32 32
Octal 277 130 101 0 66 102 31 13 62 62
Binary 10111111 1011000 1000001 0 110110 1000010 11001 1011 110010 110010

Color Harmonies of #BF5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5841

Black with #BF5841

Text Example


Text Example

White with #BF5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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