#BC6546

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

Shades of Flame Pea #BC6546

Tints of Flame Pea #BC6546

Color information

#BC6546 (or 0xBC6546) is unknown color: approx Flame Pea. HEX triplet: BC, 65 and 46. RGB value is (188,101,70). Sum of RGB (Red+Green+Blue) = 188+101+70=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6546 is #439AB9. Grayscale: #7B7B7B. Windows color (decimal): -4430522 or 4613564. OLE color: 4613564.

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

Color convert

RGB18810170-
CMYK00.460.630.26
HSL15.76º46.83%50.59%-
HSV(B)15.76º62.77%73.73%-
XYZ26.520.448.34-
YUV123.4897.82174.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 70 (27.73% from 255) = 19.50%
R=52.37%
G=28.13%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881017000.460.630.2615.7646.8350.59
HexBC654602E3F1A102f33
Octal2741451060567732205763
Binary101111001100101100011001011101111111101010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6546; }

 p { color: rgb(188,101,70); }

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

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

 a { background-color: rgb(188,101,70); }

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

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

 span { border-color: rgb(188,101,70); }

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