#BC584A

Color #BC584A Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BC584A

Tints of Flame Pea #BC584A

Color information

#BC584A (or 0xBC584A) is unknown color: approx Flame Pea. HEX triplet: BC, 58 and 4A. RGB value is (188,88,74). Sum of RGB (Red+Green+Blue) = 188+88+74=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC584A is #43A7B5. Grayscale: #747474. Windows color (decimal): -4433846 or 4872380. OLE color: 4872380.

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

Color convert

RGB1888874-
CMYK00.530.610.26
HSL7.37º45.97%51.37%-
HSV(B)7.37º60.64%73.73%-
XYZ25.4618.178.64-
YUV116.3104.13179.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=53.71%
G=25.14%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188887400.530.610.267.3745.9751.37
HexBC584A0353D1A72e33
Octal274130112065753275663
Binary1011110010110001001010011010111110111010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC584A; }

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

 H1.HeaderClassName
 {
   color: #BC584A;
 }
 .AnyTagClassName
 {
   color: #BC584A;
 }
</style>
background-color css

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

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

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

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

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

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