Html Css Color HEX #BF5C40 Flame Pea

📋 copy color: '#BF5C40'

red 191 ◦ green 92 ◦ blue 64

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

Shades of Flame Pea #BF5C40

Tints of Flame Pea #BF5C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 55.04%
G = 26.51%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF5C40 (or 0xBF5C40) is known color: Flame Pea. HEX triplet: BF, 5C and 40. RGB value is (191,92,64). Sum of RGB (Red+Green+Blue) = 191+92+64=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C40 is #40A3BF. Grayscale: #767676. Windows color (decimal): -4236224 or 4218047. OLE color: 4218047.

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

Color convert

RGB 191 92 64 -
CMYK 0 0.52 0.66 0.25
HSL 13.23º 0.5% 0.5% -
HSV(B) 13.23º 0.66% 0.75% -
XYZ 26.24 19.1 7.15 -
YUV 118.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 191 92 64 0 0.52 0.66 0.25 13.23 0.5 0.5
Hex BF 5C 40 0 34 42 19 D 32 32
Octal 277 134 100 0 64 102 31 15 62 62
Binary 10111111 1011100 1000000 0 110100 1000010 11001 1101 110010 110010

Color Harmonies of #BF5C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C40

Black with #BF5C40

Text Example


Text Example

White with #BF5C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C40; }

 p { color: rgb(191,92,64); }

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

background-color css

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

 a { background-color: rgb(191,92,64); }

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

border-color css

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

 span { border-color: rgb(191,92,64); }

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