Html Css Color HEX #BC5648 Flame Pea

📋 copy color: '#BC5648'

red 188 ◦ green 86 ◦ blue 72

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

Shades of Flame Pea #BC5648

Tints of Flame Pea #BC5648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 54.34%
G = 24.86%
B = 20.81%

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

#BC5648 (or 0xBC5648) is known color: Flame Pea. HEX triplet: BC, 56 and 48. RGB value is (188,86,72). Sum of RGB (Red+Green+Blue) = 188+86+72=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5648 is #43A9B7. Grayscale: #737373. Windows color (decimal): -4434360 or 4740796. OLE color: 4740796.

HSL color Cylindrical-coordinate representation of color #BC5648: hue angle of 7.24º degrees, saturation: 0.46, 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 #BC5648 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 72 -
CMYK 0 0.54 0.62 0.26
HSL 7.24º 0.46% 0.51% -
HSV(B) 7.24º 0.62% 0.74% -
XYZ 25.24 17.81 8.24 -
YUV 114.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 188 86 72 0 0.54 0.62 0.26 7.24 0.46 0.51
Hex BC 56 48 0 36 3E 1A 7 2E 33
Octal 274 126 110 0 66 76 32 7 56 63
Binary 10111100 1010110 1001000 0 110110 111110 11010 111 101110 110011

Color Harmonies of #BC5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5648

Black with #BC5648

Text Example


Text Example

White with #BC5648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5648; }

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

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

background-color css

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

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

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

border-color css

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

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

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