Html Css Color HEX #BC5642 Flame Pea

📋 copy color: '#BC5642'

red 188 ◦ green 86 ◦ blue 66

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

Shades of Flame Pea #BC5642

Tints of Flame Pea #BC5642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.41%

R = 55.29%
G = 25.29%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC5642 (or 0xBC5642) is known color: Flame Pea. HEX triplet: BC, 56 and 42. RGB value is (188,86,66). Sum of RGB (Red+Green+Blue) = 188+86+66=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5642 is #43A9BD. Grayscale: #727272. Windows color (decimal): -4434366 or 4347580. OLE color: 4347580.

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

Color convert

RGB 188 86 66 -
CMYK 0 0.54 0.65 0.26
HSL 9.84º 0.48% 0.5% -
HSV(B) 9.84º 0.65% 0.74% -
XYZ 25.05 17.74 7.26 -
YUV 114.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 188 86 66 0 0.54 0.65 0.26 9.84 0.48 0.5
Hex BC 56 42 0 36 41 1A A 30 32
Octal 274 126 102 0 66 101 32 12 60 62
Binary 10111100 1010110 1000010 0 110110 1000001 11010 1010 110000 110010

Color Harmonies of #BC5642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5642

Black with #BC5642

Text Example


Text Example

White with #BC5642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5642; }

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

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

background-color css

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

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

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

border-color css

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

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

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