Html Css Color HEX #BC5849 Flame Pea

📋 copy color: '#BC5849'

red 188 ◦ green 88 ◦ blue 73

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

Shades of Flame Pea #BC5849

Tints of Flame Pea #BC5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.21%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 53.87%
G = 25.21%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC5849 (or 0xBC5849) is known color: Flame Pea. HEX triplet: BC, 58 and 49. RGB value is (188,88,73). Sum of RGB (Red+Green+Blue) = 188+88+73=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5849 is #43A7B6. Grayscale: #747474. Windows color (decimal): -4433847 or 4806844. OLE color: 4806844.

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

Color convert

RGB 188 88 73 -
CMYK 0 0.53 0.61 0.26
HSL 7.83º 0.46% 0.51% -
HSV(B) 7.83º 0.61% 0.74% -
XYZ 25.43 18.15 8.47 -
YUV 116.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 188 88 73 0 0.53 0.61 0.26 7.83 0.46 0.51
Hex BC 58 49 0 35 3D 1A 8 2E 33
Octal 274 130 111 0 65 75 32 10 56 63
Binary 10111100 1011000 1001001 0 110101 111101 11010 1000 101110 110011

Color Harmonies of #BC5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5849

Black with #BC5849

Text Example


Text Example

White with #BC5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5849; }

 p { color: rgb(188,88,73); }

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

background-color css

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

 a { background-color: rgb(188,88,73); }

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

border-color css

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

 span { border-color: rgb(188,88,73); }

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