Html Css Color HEX #BC5643 Flame Pea

📋 copy color: '#BC5643'

red 188 ◦ green 86 ◦ blue 67

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

Shades of Flame Pea #BC5643

Tints of Flame Pea #BC5643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 55.13%
G = 25.22%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC5643 (or 0xBC5643) is known color: Flame Pea. HEX triplet: BC, 56 and 43. RGB value is (188,86,67). Sum of RGB (Red+Green+Blue) = 188+86+67=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5643 is #43A9BC. Grayscale: #727272. Windows color (decimal): -4434365 or 4413116. OLE color: 4413116.

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

Color convert

RGB 188 86 67 -
CMYK 0 0.54 0.64 0.26
HSL 9.42º 0.47% 0.5% -
HSV(B) 9.42º 0.64% 0.74% -
XYZ 25.08 17.75 7.41 -
YUV 114.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 188 86 67 0 0.54 0.64 0.26 9.42 0.47 0.5
Hex BC 56 43 0 36 40 1A 9 2F 32
Octal 274 126 103 0 66 100 32 11 57 62
Binary 10111100 1010110 1000011 0 110110 1000000 11010 1001 101111 110010

Color Harmonies of #BC5643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5643

Black with #BC5643

Text Example


Text Example

White with #BC5643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5643; }

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

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

background-color css

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

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

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

border-color css

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

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

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