Html Css Color HEX #BC5746 Flame Pea

📋 copy color: '#BC5746'

red 188 ◦ green 87 ◦ blue 70

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

Shades of Flame Pea #BC5746

Tints of Flame Pea #BC5746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 54.49%
G = 25.22%
B = 20.29%

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

#BC5746 (or 0xBC5746) is known color: Flame Pea. HEX triplet: BC, 57 and 46. RGB value is (188,87,70). Sum of RGB (Red+Green+Blue) = 188+87+70=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5746 is #43A8B9. Grayscale: #737373. Windows color (decimal): -4434106 or 4609980. OLE color: 4609980.

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

Color convert

RGB 188 87 70 -
CMYK 0 0.54 0.63 0.26
HSL 8.64º 0.47% 0.51% -
HSV(B) 8.64º 0.63% 0.74% -
XYZ 25.25 17.95 7.93 -
YUV 115.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 188 87 70 0 0.54 0.63 0.26 8.64 0.47 0.51
Hex BC 57 46 0 36 3F 1A 9 2F 33
Octal 274 127 106 0 66 77 32 11 57 63
Binary 10111100 1010111 1000110 0 110110 111111 11010 1001 101111 110011

Color Harmonies of #BC5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5746

Black with #BC5746

Text Example


Text Example

White with #BC5746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5746; }

 p { color: rgb(188,87,70); }

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

background-color css

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

 a { background-color: rgb(188,87,70); }

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

border-color css

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

 span { border-color: rgb(188,87,70); }

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