#BC6051

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

Shades of Flame Pea #BC6051

Tints of Flame Pea #BC6051

Color information

#BC6051 (or 0xBC6051) is unknown color: approx Flame Pea. HEX triplet: BC, 60 and 51. RGB value is (188,96,81). Sum of RGB (Red+Green+Blue) = 188+96+81=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6051 is #439FAE. Grayscale: #797979. Windows color (decimal): -4431791 or 5333180. OLE color: 5333180.

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

Color convert

RGB1889681-
CMYK00.490.570.26
HSL8.41º44.4%52.75%-
HSV(B)8.41º56.91%73.73%-
XYZ26.4119.6510.19-
YUV121.8104.98175.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=51.51%
G=26.30%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188968100.490.570.268.4144.452.75
HexBC6051031391A82c35
Octal2741401210617132105465
Binary10111100110000010100010110001111001110101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6051; }

 p { color: rgb(188,96,81); }

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

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

 a { background-color: rgb(188,96,81); }

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

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

 span { border-color: rgb(188,96,81); }

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