#BC6251

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

Shades of Flame Pea #BC6251

Tints of Flame Pea #BC6251

Color information

#BC6251 (or 0xBC6251) is unknown color: approx Flame Pea. HEX triplet: BC, 62 and 51. RGB value is (188,98,81). Sum of RGB (Red+Green+Blue) = 188+98+81=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6251 is #439DAE. Grayscale: #7B7B7B. Windows color (decimal): -4431279 or 5333692. OLE color: 5333692.

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

Color convert

RGB1889881-
CMYK00.480.570.26
HSL9.53º44.4%52.75%-
HSV(B)9.53º56.91%73.73%-
XYZ26.5920.0210.25-
YUV122.97104.32174.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=51.23%
G=26.70%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188988100.480.570.269.5344.452.75
HexBC6251030391Aa2c35
Octal2741421210607132125465
Binary10111100110001010100010110000111001110101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6251; }

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

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

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

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

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

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

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

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