Html Css Color HEX #BF5845 Flame Pea

📋 copy color: '#BF5845'

red 191 ◦ green 88 ◦ blue 69

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

Shades of Flame Pea #BF5845

Tints of Flame Pea #BF5845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 54.89%
G = 25.29%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF5845 (or 0xBF5845) is known color: Flame Pea. HEX triplet: BF, 58 and 45. RGB value is (191,88,69). Sum of RGB (Red+Green+Blue) = 191+88+69=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5845 is #40A7BA. Grayscale: #747474. Windows color (decimal): -4237243 or 4544703. OLE color: 4544703.

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

Color convert

RGB 191 88 69 -
CMYK 0 0.54 0.64 0.25
HSL 9.34º 0.49% 0.51% -
HSV(B) 9.34º 0.64% 0.75% -
XYZ 26.05 18.49 7.83 -
YUV 116.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 191 88 69 0 0.54 0.64 0.25 9.34 0.49 0.51
Hex BF 58 45 0 36 40 19 9 31 33
Octal 277 130 105 0 66 100 31 11 61 63
Binary 10111111 1011000 1000101 0 110110 1000000 11001 1001 110001 110011

Color Harmonies of #BF5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5845

Black with #BF5845

Text Example


Text Example

White with #BF5845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5845; }

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

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

background-color css

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

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

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

border-color css

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

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

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