Html Css Color HEX #BC5645 Flame Pea

📋 copy color: '#BC5645'

red 188 ◦ green 86 ◦ blue 69

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

Shades of Flame Pea #BC5645

Tints of Flame Pea #BC5645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 54.81%
G = 25.07%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5645 (or 0xBC5645) is known color: Flame Pea. HEX triplet: BC, 56 and 45. RGB value is (188,86,69). Sum of RGB (Red+Green+Blue) = 188+86+69=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5645 is #43A9BA. Grayscale: #727272. Windows color (decimal): -4434363 or 4544188. OLE color: 4544188.

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

Color convert

RGB 188 86 69 -
CMYK 0 0.54 0.63 0.26
HSL 8.57º 0.47% 0.5% -
HSV(B) 8.57º 0.63% 0.74% -
XYZ 25.14 17.78 7.74 -
YUV 114.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 188 86 69 0 0.54 0.63 0.26 8.57 0.47 0.5
Hex BC 56 45 0 36 3F 1A 9 2F 32
Octal 274 126 105 0 66 77 32 11 57 62
Binary 10111100 1010110 1000101 0 110110 111111 11010 1001 101111 110010

Color Harmonies of #BC5645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5645

Black with #BC5645

Text Example


Text Example

White with #BC5645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5645; }

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

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

background-color css

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

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

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

border-color css

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

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

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