Html Css Color HEX #BC5546 Flame Pea

📋 copy color: '#BC5546'

red 188 ◦ green 85 ◦ blue 70

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

Shades of Flame Pea #BC5546

Tints of Flame Pea #BC5546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 54.81%
G = 24.78%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5546 (or 0xBC5546) is known color: Flame Pea. HEX triplet: BC, 55 and 46. RGB value is (188,85,70). Sum of RGB (Red+Green+Blue) = 188+85+70=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5546 is #43AAB9. Grayscale: #727272. Windows color (decimal): -4434618 or 4609468. OLE color: 4609468.

HSL color Cylindrical-coordinate representation of color #BC5546: hue angle of 7.63º 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 #BC5546 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 85 70 -
CMYK 0 0.55 0.63 0.26
HSL 7.63º 0.47% 0.51% -
HSV(B) 7.63º 0.63% 0.74% -
XYZ 25.09 17.63 7.87 -
YUV 114.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 188 85 70 0 0.55 0.63 0.26 7.63 0.47 0.51
Hex BC 55 46 0 37 3F 1A 8 2F 33
Octal 274 125 106 0 67 77 32 10 57 63
Binary 10111100 1010101 1000110 0 110111 111111 11010 1000 101111 110011

Color Harmonies of #BC5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5546

Black with #BC5546

Text Example


Text Example

White with #BC5546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5546; }

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

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

background-color css

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

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

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

border-color css

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

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

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