#BC584C

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

Shades of Flame Pea #BC584C

Tints of Flame Pea #BC584C

Color information

#BC584C (or 0xBC584C) is unknown color: approx Flame Pea. HEX triplet: BC, 58 and 4C. RGB value is (188,88,76). Sum of RGB (Red+Green+Blue) = 188+88+76=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC584C is #43A7B3. Grayscale: #747474. Windows color (decimal): -4433844 or 5003452. OLE color: 5003452.

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

Color convert

RGB1888876-
CMYK00.530.600.26
HSL6.43º45.53%51.76%-
HSV(B)6.43º59.57%73.73%-
XYZ25.5318.199-
YUV116.53105.13178.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=53.41%
G=25%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188887600.530.600.266.4345.5351.76
HexBC584C0353C1A62e34
Octal274130114065743265664
Binary1011110010110001001100011010111110011010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC584C; }

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

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

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

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

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

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

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

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