Html Css Color HEX #BC5647 Flame Pea

📋 copy color: '#BC5647'

red 188 ◦ green 86 ◦ blue 71

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

Shades of Flame Pea #BC5647

Tints of Flame Pea #BC5647

RGB

 RED value IS 188 (73.83% from 255) = 54.49%

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

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 54.49%
G = 24.93%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC5647 (or 0xBC5647) is known color: Flame Pea. HEX triplet: BC, 56 and 47. RGB value is (188,86,71). Sum of RGB (Red+Green+Blue) = 188+86+71=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5647 is #43A9B8. Grayscale: #727272. Windows color (decimal): -4434361 or 4675260. OLE color: 4675260.

HSL color Cylindrical-coordinate representation of color #BC5647: hue angle of 7.69º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5647 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 71 -
CMYK 0 0.54 0.62 0.26
HSL 7.69º 0.47% 0.51% -
HSV(B) 7.69º 0.62% 0.74% -
XYZ 25.2 17.8 8.07 -
YUV 114.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 188 86 71 0 0.54 0.62 0.26 7.69 0.47 0.51
Hex BC 56 47 0 36 3E 1A 8 2F 33
Octal 274 126 107 0 66 76 32 10 57 63
Binary 10111100 1010110 1000111 0 110110 111110 11010 1000 101111 110011

Color Harmonies of #BC5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5647

Black with #BC5647

Text Example


Text Example

White with #BC5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5647; }

 p { color: rgb(188,86,71); }

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

background-color css

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

 a { background-color: rgb(188,86,71); }

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

border-color css

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

 span { border-color: rgb(188,86,71); }

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