#BC6451

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

Shades of Flame Pea #BC6451

Tints of Flame Pea #BC6451

Color information

#BC6451 (or 0xBC6451) is unknown color: approx Flame Pea. HEX triplet: BC, 64 and 51. RGB value is (188,100,81). Sum of RGB (Red+Green+Blue) = 188+100+81=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6451 is #439BAE. Grayscale: #7C7C7C. Windows color (decimal): -4430767 or 5334204. OLE color: 5334204.

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

Color convert

RGB18810081-
CMYK00.470.570.26
HSL10.65º44.4%52.75%-
HSV(B)10.65º56.91%73.73%-
XYZ26.7820.410.31-
YUV124.15103.65173.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=50.95%
G=27.10%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881008100.470.570.2610.6544.452.75
HexBC645102F391Ab2c35
Octal2741441210577132135465
Binary10111100110010010100010101111111001110101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6451; }

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

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

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

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

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

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

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

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