#BC6148

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

Shades of Flame Pea #BC6148

Tints of Flame Pea #BC6148

Color information

#BC6148 (or 0xBC6148) is unknown color: approx Flame Pea. HEX triplet: BC, 61 and 48. RGB value is (188,97,72). Sum of RGB (Red+Green+Blue) = 188+97+72=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6148 is #439EB7. Grayscale: #797979. Windows color (decimal): -4431544 or 4743612. OLE color: 4743612.

HSL color Cylindrical-coordinate representation of color #BC6148: hue angle of 12.93º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC6148 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1889772-
CMYK00.480.620.26
HSL12.93º46.4%50.98%-
HSV(B)12.93º61.7%73.73%-
XYZ26.1819.718.56-
YUV121.36100.15175.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=52.66%
G=27.17%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188977200.480.620.2612.9346.450.98
HexBC61480303E1Ad2e33
Octal2741411100607632155663
Binary10111100110000110010000110000111110110101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6148; }

 p { color: rgb(188,97,72); }

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

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

 a { background-color: rgb(188,97,72); }

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

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

 span { border-color: rgb(188,97,72); }

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